From 25471b7860d82b7d2b87b76109eaa1eb80545f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:51:18 +0000 Subject: [PATCH] chore(deps): bump mysqlclient from 2.2.4 to 2.2.5 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.4 to 2.2.5. - [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.4...v2.2.5) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf9dcbf..5fa8a37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==5.1.2 gunicorn==23.0.0 -mysqlclient==2.2.4 +mysqlclient==2.2.5 oauthlib==3.2.2 pytz==2024.2 requests==2.32.3