From f2e37de34f9292fa21c86fd229d3b3344a928489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:23:58 +0000 Subject: [PATCH] Bump cryptography from 2.0.3 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.0.3 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.0.3...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 235e4f7..a16e915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.4.0 certifi==2017.7.27.1 cffi==1.10.0 chardet==3.0.4 -cryptography==2.0.3 +cryptography==3.2 docutils==0.14 enum34==1.1.6 funcsigs==1.0.2 diff --git a/setup.py b/setup.py index 2dee0b2..441b98b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'requests==2.18.3', 'urllib3==1.22', 'pyOpenSSL==17.2.0', - 'cryptography==2.0.3', + 'cryptography==3.2', 'idna==2.5', 'certifi==2017.7.27.1' ],