From af954e7eb882d897961f678c7a75f5a5a3da59da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:02:19 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.0.22 to 8.0.33 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.22 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 0661057..b07fa8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests==2.25.0 python-telegram-bot==12.8 beautifulsoup4==4.11.2 DateTime==5.0 -mysql-connector-python==8.0.22 +mysql-connector-python==8.0.33 urllib3==1.26.14 python-dotenv==0.21.1 PyMySQL==1.0.2