From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:56:09 +0000 (+0000) Subject: build(deps): update mysqlclient requirement from ~=2.2.0 to ~=2.2.4 X-Git-Tag: v3.2.0~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=955e80cbe183cace1c1e97ba3a0ff83560194d0e;p=thirdparty%2Fpatchwork.git build(deps): update mysqlclient requirement from ~=2.2.0 to ~=2.2.4 Updates the requirements on [mysqlclient](https://github.com/PyMySQL/mysqlclient) to permit the latest version. - [Release notes](https://github.com/PyMySQL/mysqlclient/releases) - [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst) - [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.2.0...v2.2.4) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-test.txt b/requirements-test.txt index bed11329..242c0222 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -mysqlclient~=2.2.0 +mysqlclient~=2.2.4 psycopg2-binary~=2.9.9 sqlparse~=0.5.0 python-dateutil~=2.9.0