From 3e4a891a293e3741b02de912fd17b6dd44cb210a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:03:48 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.2.2 to 3.2 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 2.2.2 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.2.2...3.2) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- backend/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8a695da..427222f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ cfgv==1.0.0 chardet==3.0.4 CommonMark==0.5.4 coverage==4.5.1 -cryptography==2.2.2 +cryptography==3.2 docutils==0.14 flake8==3.5.0 future==0.16.0 diff --git a/backend/setup.py b/backend/setup.py index b40a772..633b42c 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -50,7 +50,7 @@ "chardet==3.0.4", "CommonMark==0.5.4", "coverage==4.5.1", - "cryptography==2.2.2", + "cryptography==3.2", "docutils==0.14", "flake8==3.5.0", "future==0.16.0",