From 17389bc5ebaa517463f372e7e23e5179c5778dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 10:24:48 +0000 Subject: [PATCH] Bump pymysql from 0.9.3 to 1.1.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9a65e0..962b884 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Jinja2==2.10 MarkupSafe==1.1.1 numpy==1.16.2 pymongo==3.7.2 -PyMySQL==0.9.3 +PyMySQL==1.1.1 python-engineio==3.5.0 python-socketio==3.1.2 requests==2.21.0