From 4ab2fe880fbe0cd5ea6320307fc8c8ea23f61c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:59:01 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.1.0 to 9.1.0 Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.1.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.1.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 4a8afa0..1eaabea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-Caching==2.1.0 Jinja2==3.1.4 jinjasql==0.1.8 Werkzeug==3.0.3 -mysql-connector-python==8.1.0 +mysql-connector-python==9.1.0 pymongo==4.6.3 PyYAML==6.0.1 typing_extensions==4.1.1