From 485d62f8f126c1635b6bf42512dded376809b7fe Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 7 Jun 2023 01:33:38 +0800 Subject: [PATCH] Update Psycopg2-binary version (#3473) --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda39d0600..8c4ca63217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The types of changes are: - Removed ExperienceConfig.delivery_mechanism constraint [#3387](https://github.com/ethyca/fides/pull/3387) - Updated privacy experience UI forms to reflect updated experience config fields [#3402](https://github.com/ethyca/fides/pull/3402) - Bump SlowAPI Version [#3456](https://github.com/ethyca/fides/pull/3456) +- Bump Psycopg2-binary Version [#3473](https://github.com/ethyca/fides/pull/3473) - Reduced duplication between PrivacyExperience and PrivacyExperienceConfig [#3470](https://github.com/ethyca/fides/pull/3470) ### Developer Experience diff --git a/requirements.txt b/requirements.txt index 6f3484dafc..738f02c153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pandas==1.4.3 passlib[bcrypt]==1.7.4 plotly==5.13.1 pyarrow==6.0.0 -psycopg2-binary==2.9.5 +psycopg2-binary==2.9.6 pydantic<1.10.2 pydash==6.0.2 PyJWT==2.4.0