From c00b246e5b26e1ae30977fd318852d25a9d6da60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:11:48 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 3.2 in /server 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] --- server/api/requirements.txt | 2 +- server/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/api/requirements.txt b/server/api/requirements.txt index ecdd078..1ca47ae 100644 --- a/server/api/requirements.txt +++ b/server/api/requirements.txt @@ -22,7 +22,7 @@ Werkzeug==0.15.5 Authlib==0.12.1 cffi==1.13.1 chardet==3.0.4 -cryptography==2.8 +cryptography==3.2 Faker==3.0.0 gunicorn==19.9.0 idna==2.8 diff --git a/server/requirements.txt b/server/requirements.txt index 4868cce..b413e29 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ certifi==2019.9.11 cffi==1.13.1 chardet==3.0.4 Click==7.0 -cryptography==2.8 +cryptography==3.2 Faker==3.0.0 Flask==1.0.4 flask-marshmallow==0.10.1