From 3ea0a44ee0746d83126c6385592d2249dba3055f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:06:06 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 3.2 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index fcad5cb..aea5d78 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -40,4 +40,4 @@ zipp==0.6.0 # wechat wechatpy==1.8.3 -cryptography==2.8 \ No newline at end of file +cryptography==3.2 \ No newline at end of file diff --git a/requirements/prod.txt b/requirements/prod.txt index bef3efa..c75c887 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -40,7 +40,7 @@ zipp==0.6.0 # wechat wechatpy==1.8.3 -cryptography==2.8 +cryptography==3.2 # uwsgi uwsgi==2.0.18 \ No newline at end of file