From 22bd23236f19b029f8eb09fa0e4ae42fb7761342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:26:42 +0000 Subject: [PATCH] :arrow_up: Bump pymysql from 1.0.2 to 1.1.1 in /server/projects/main 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/projects/main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/main/requirements.txt b/server/projects/main/requirements.txt index b2c09e54a..d5582b66e 100644 --- a/server/projects/main/requirements.txt +++ b/server/projects/main/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 django template django-widget-tweaks==1.4.8