From d2b6705a411bbdc51f5cba561fd2fb7a0e5ab337 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Thu, 22 Sep 2022 08:37:08 -0400 Subject: [PATCH] upgrade pymysql to version 1.0.2 (#1094) --- CHANGELOG.md | 4 ++++ optional-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75fa10fc8..c0fc8ae7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,10 @@ The types of changes are: * Fixed the "help" link in the UI header [#1078](https://github.com/ethyca/fides/pull/1078) +### Security + +* Upgraded pymysql to version `1.0.2` [#1094](https://github.com/ethyca/fides/pull/1094) + ## [1.8.5](https://github.com/ethyca/fides/compare/1.8.4...1.8.5) ### Changed diff --git a/optional-requirements.txt b/optional-requirements.txt index fd2e9a1251..a2a72d8b4a 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -1,4 +1,4 @@ -pymysql==1.0.0 +pymysql==1.0.2 pyodbc==4.0.32 snowflake-sqlalchemy==1.3.4 sqlalchemy-bigquery==1.4.4