From 8f410aa1c9149bdb499b304d38a70577c32eee84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 20:47:10 +0000 Subject: [PATCH] Bump cryptography from 2.2.2 to 3.2 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c091a0..aa3bbc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,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 git+https://github.com/5yncr/backend@master diff --git a/setup.py b/setup.py index 858baf9..54ffcd8 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "cached-property==1.3.1", "cffi==1.11.4", "coverage==4.5.1", - "cryptography==2.1.4", + "cryptography==3.2", "flake8==3.5.0", "identify==1.0.7", "idna==2.6",