From b062ed01c9054db268158102f929b318b93243d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:06:03 +0000 Subject: [PATCH] build(deps): bump mysql-connector-python from 8.0.32 to 9.0.0 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.32 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9722e59..8798d87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Flask-RESTful==0.3.10 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 -mysql-connector-python==8.0.32 +mysql-connector-python==9.0.0 protobuf==5.27.2 pycodestyle==2.10.0 PyJWT==2.8.0