From e45ef3c9abd2a4ba778a6edda43a8a88b0699fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:05:41 +0000 Subject: [PATCH] Bump pymysql from 0.9.3 to 1.1.1 in /session-store Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.9.3 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/v0.9.3...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- session-store/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session-store/requirements.txt b/session-store/requirements.txt index f314b03..3172f15 100644 --- a/session-store/requirements.txt +++ b/session-store/requirements.txt @@ -3,6 +3,6 @@ Flask==1.0.3 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 -PyMySQL==0.9.3 +PyMySQL==1.1.1 redis==3.2.1 Werkzeug==0.15.4