From 800f93e9667c78fde790368398c0482d463d16a8 Mon Sep 17 00:00:00 2001 From: SteveDMurphy Date: Tue, 20 Sep 2022 09:50:08 -0400 Subject: [PATCH] upgrade pymysql to version 1.0.2 --- CHANGELOG.md | 3 +++ optional-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912d2afd76c..d2cc30ff965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ 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.4](https://github.com/ethyca/fides/compare/1.8.3...1.8.4) - 2022-09-09 ### Added diff --git a/optional-requirements.txt b/optional-requirements.txt index fd2e9a12514..a2a72d8b4a3 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