From 39318afa9ef28826a420774ad14e4927314b1489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:19:25 +0000 Subject: [PATCH] Bump cryptography from 2.6.1 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 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.6.1...3.2) Signed-off-by: dependabot[bot] --- requirements-py2.txt | 2 +- requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-py2.txt b/requirements-py2.txt index e4fad64..26b18aa 100644 --- a/requirements-py2.txt +++ b/requirements-py2.txt @@ -5,7 +5,7 @@ certifi==2019.3.9 cffi==1.12.3 chardet==3.0.4 constantly==15.1.0 -cryptography==2.6.1 +cryptography==3.2 cssselect==1.0.3 enum34==1.1.6 functools32==3.2.3.post2 diff --git a/requirements-py3.txt b/requirements-py3.txt index 733d443..f92a72b 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -5,7 +5,7 @@ certifi==2019.3.9 cffi==1.12.3 chardet==3.0.4 constantly==15.1.0 -cryptography==2.6.1 +cryptography==3.2 cssselect==1.0.3 future==0.17.1 hyperlink==19.0.0