From 39a7748ca4712a9c62c40b937fcd93def1b0d6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:59:55 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.2.0 to 9.1.0 Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.2.0 to 9.1.0. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/8.2.0...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09525da..e58403c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ itsdangerous==2.1.2 Jinja2==3.1.4 Mako==1.3.2 MarkupSafe==2.1.3 -mysql-connector-python==8.2.0 +mysql-connector-python==9.1.0 protobuf==4.25.0 pycparser==2.21 PyJWT==2.8.0