From 0fb3e885f055fcf5af85e9c3ff209edc370eee16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:06:52 +0000 Subject: [PATCH] chore(deps): bump mysqlclient from 2.1.1 to 2.2.4 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.1.1 to 2.2.4. - [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.1.1...v2.2.4) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f62db6e7..5e8e9dd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests logzero aiohttp-cors wheel -mysqlclient == 2.1.1 +mysqlclient == 2.2.4 sentry-sdk == 2.8.0 celery == 5.4.0 azure-storage-blob == 12.13.1