From ac0a1847fce50391c0d2db7a93372021b6cf10af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:45:57 +0000 Subject: [PATCH] :arrow_up: Bump pymysql from 1.0.2 to 1.1.1 in /server/configs 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] --- server/configs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/configs/requirements.txt b/server/configs/requirements.txt index 81646ffcf..b4d47873b 100644 --- a/server/configs/requirements.txt +++ b/server/configs/requirements.txt @@ -6,7 +6,7 @@ gunicorn==22.0.0 Django==3.2.25 # for django using mysql server -pymysql==1.0.2 +pymysql==1.1.1 # for rest api djangorestframework==3.11.2