From 994e6cd738e83d6af81c4cf13153343fb0a2eb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 09:25:11 +0000 Subject: [PATCH] Bump pymysql in /phison_realestate_backend/requirements Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 to 1.1.1. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.0.2...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phison_realestate_backend/requirements/local.txt | 2 +- phison_realestate_backend/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phison_realestate_backend/requirements/local.txt b/phison_realestate_backend/requirements/local.txt index 88a18b4..ce632ec 100644 --- a/phison_realestate_backend/requirements/local.txt +++ b/phison_realestate_backend/requirements/local.txt @@ -3,7 +3,7 @@ Werkzeug[watchdog]==2.2.2 # https://github.com/pallets/werkzeug ipdb==0.13.9 # https://github.com/gotcha/ipdb mysqlclient==2.1.1 # https://github.com/PyMySQL/mysqlclient -PyMySQL==1.0.2 +PyMySQL==1.1.1 # Testing # ------------------------------------------------------------------------------ diff --git a/phison_realestate_backend/requirements/production.txt b/phison_realestate_backend/requirements/production.txt index 5b7c3bd..87f453b 100644 --- a/phison_realestate_backend/requirements/production.txt +++ b/phison_realestate_backend/requirements/production.txt @@ -4,7 +4,7 @@ gunicorn==20.1.0 # https://github.com/benoitc/gunicorn mysqlclient==2.1.1 # https://github.com/PyMySQL/mysqlclient -PyMySQL==1.0.2 +PyMySQL==1.1.1 # Django # ------------------------------------------------------------------------------