From b1ce5a424e25a0d5ddb2506ade7cf5dfcb33857e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 07:58:51 +0000 Subject: [PATCH] Bump mysqlclient from 2.1.0 to 2.2.0 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/PyMySQL/mysqlclient/releases) - [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst) - [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cyan_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyan_flask/requirements.txt b/cyan_flask/requirements.txt index 64d2a8fb..7231a8c5 100644 --- a/cyan_flask/requirements.txt +++ b/cyan_flask/requirements.txt @@ -6,7 +6,7 @@ Flask-Cors==3.0.10 Flask-Migrate==3.1.0 Flask-RESTful==0.3.9 Flask-SQLAlchemy==2.5.1 -mysqlclient==2.1.0 +mysqlclient==2.2.0 mysql-connector-python==8.0.28 PyJWT==2.3.0 python-dotenv==0.19.2