From d03588dc25996d2686b5f8920ceb380e09eec637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:05:19 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.0.29 to 8.0.33 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.29 to 8.0.33. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 285d1a1..9934afc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests==2.27.1 python-dotenv==0.20.0 -mysql-connector-python==8.0.29 +mysql-connector-python==8.0.33