From d2a1d143a99786858927ced404e7636cb985cf52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:10:42 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.0.6 to 8.0.14 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.6 to 8.0.14. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ffe244e..6387ec4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ lazy-object-proxy==1.3.1 Mako==1.0.7 MarkupSafe==1.0 mccabe==0.6.1 -mysql-connector-python==8.0.6 +mysql-connector-python==8.0.14 mysql-connector-python-rf==2.2.2 mysqlclient==1.3.12 packaging==17.1