From 86f63c925a92138cc22188c15c9fd328e3027be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:25:09 +0000 Subject: [PATCH] Bump cryptography from 2.3.1 to 3.2 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.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.3.1...3.2) Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 3e14999..c881a92 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,14 +4,13 @@ # # pip-compile --output-file requirements.txt requirements.in # -asn1crypto==0.24.0 # via cryptography certifi==2018.10.15 # via requests cffi==1.11.5 # via cryptography chardet==3.0.4 # via requests -cryptography==2.3.1 # via pyopenssl -idna==2.7 # via cryptography, requests +cryptography==3.2 # via pyopenssl +idna==2.7 # via requests pycparser==2.19 # via cffi -pyopenssl==18.0.0 -requests==2.20.0 +pyopenssl==18.0.0 # via -r requirements.in +requests==2.20.0 # via -r requirements.in six==1.11.0 # via cryptography, pyopenssl urllib3==1.24 # via requests