From 1004a018742c86c77e2c4e972fa6062e6a1cb1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:00:13 +0000 Subject: [PATCH] Bump mysql-connector-python 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] --- technologies/job/python/python-3.11/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technologies/job/python/python-3.11/resources/requirements.txt b/technologies/job/python/python-3.11/resources/requirements.txt index 6c7044248..9c04eedfb 100644 --- a/technologies/job/python/python-3.11/resources/requirements.txt +++ b/technologies/job/python/python-3.11/resources/requirements.txt @@ -13,7 +13,7 @@ trino==0.328.0 #Datamart libraries pymongo==4.5.0 -mysql-connector-python==8.2.0 +mysql-connector-python==9.1.0 psycopg2-binary==2.9.9 #Data Science commmon libraries