From dc9a7afa0474e6929fe515243db0cc00f7b06718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:44:15 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.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.9.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 ba40b4f..729b5ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ parameterized==0.7.4 soupsieve==1.9.6;python_version<"3.5" soupsieve==2.0.1;python_version>="3.5" beautifulsoup4==4.9.1 -cryptography==2.9.2 +cryptography==3.2 pyopenssl==19.1.0 pygments==2.5.2;python_version<"3.5" pygments==2.6.1;python_version>="3.5" diff --git a/setup.py b/setup.py index f6d96f4..3ec5a68 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ 'soupsieve==1.9.6;python_version<"3.5"', 'soupsieve==2.0.1;python_version>="3.5"', 'beautifulsoup4==4.9.1', - 'cryptography==2.9.2', + 'cryptography==3.2', 'pyopenssl==19.1.0', 'pygments==2.5.2;python_version<"3.5"', 'pygments==2.6.1;python_version>="3.5"',