From acc8488c665fcfd9225f6204bbba90ce75b0cfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:50:00 +0000 Subject: [PATCH] Bump mysql-connector-python from 9.0.0 to 9.1.0 Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.0.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/9.0.0...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 044942a9..3428db81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "sickle==0.7.0", "xmltodict==0.14.2", "python-multipart==0.0.19", - "mysql-connector-python==9.0.0", + "mysql-connector-python==9.1.0", "elasticsearch==8.16.0", "jinja2==3.1.4", ]