From 8bf7f0ec6e4b80a947a7a76e05fffa55fbb762fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:38:33 +0000 Subject: [PATCH] Bump mysqlclient from 2.2.0 to 2.2.1 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.0 to 2.2.1. - [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.1) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d25de60..67f8dfe 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ black==23.12.0 flake8==6.1.0 isort==5.12.0 mypy==1.7.1 -mysqlclient==2.2.0 +mysqlclient==2.2.1 psycopg2-binary==2.9.9 pylint-django==2.5.5 pytest-benchmark==4.0.0