From c66851c05106da800b0adb6936a4a7697bc7dbe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:46:53 +0000 Subject: [PATCH] Bump mysql-connector-python from 2.0.4 to 9.1.0 in /TB_XB_test_scripts Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 2.0.4 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/2.0.4...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- TB_XB_test_scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TB_XB_test_scripts/requirements.txt b/TB_XB_test_scripts/requirements.txt index db66ec4f2..d2b891fe9 100644 --- a/TB_XB_test_scripts/requirements.txt +++ b/TB_XB_test_scripts/requirements.txt @@ -1,2 +1,2 @@ -mysql-connector-python==2.0.4 +mysql-connector-python==9.1.0 watchdog==0.8.3