From d3e281149979e33aea946f0770cec6b3270ed1e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:27:47 +0000 Subject: [PATCH] Bump pymysql from 0.7.11 to 0.9.3 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.7.11 to 0.9.3. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v0.7.11...v0.9.3) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f72f9cc..e4a8eb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psycopg2==2.7.1 -PyMySQL==0.7.11 +PyMySQL==0.9.3 requests==2.18.4 zappa==0.47.1