From 0866d05a364c946a924c2339a1d7ccbdaf650b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:32:36 +0000 Subject: [PATCH] Bump mysqlclient from 2.2.5 to 2.2.6 (#215) Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.5 to 2.2.6. - [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.5...v2.2.6) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69ced41..7addca2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ djangorestframework==3.15.2 django-pipeline==3.1.0 django-dotenv==1.4.2 django-redis==5.4.0 -mysqlclient==2.2.5 +mysqlclient==2.2.6 pytz==2024.2 python-dateutil==2.9.0.post0 schedule==1.2.2