From 47f18fff35a8a91af349158391eba4cc5eb511bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:04:14 +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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bfe023..b0e8c04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -mysql-connector-python==9.0.0 +mysql-connector-python==9.1.0 requests==2.32.3 pytest==8.3.3 \ No newline at end of file