From bf0d27be0598c7746e71b3cb72afac994b85f4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:30:11 +0100 Subject: [PATCH] chore(deps): bump mysqlclient from 2.2.6 to 2.2.7 (#56) Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.6 to 2.2.7. - [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.6...v2.2.7) --- 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 215ed27..4a0d3a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==5.1.5 gunicorn==23.0.0 -mysqlclient==2.2.6 +mysqlclient==2.2.7 oauthlib==3.2.2 pytz==2024.2 requests==2.32.3