From e7d402279e1a50085890a39ba7cad1ea7f3dd810 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 10 Jan 2021 00:05:00 +0000 Subject: [PATCH] Bump pymysql from 1.0.0 to 1.0.2 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.0.0...v1.0.2) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1014f1..f989dff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy==2.4.4 Flask-HTTPAuth==4.2.0 Flask-WTF==0.14.3 WTForms==2.3.3 -PyMySQL==1.0.0 +PyMySQL==1.0.2 requests==2.25.1 beautifulsoup4==4.9.3 python-dotenv==0.15.0