From 2593220ca5d0c9847480e61f03471266dd4f190e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 03:36:36 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.7...3.3.2) Signed-off-by: dependabot[bot] --- piptools_requirements.txt | 2 +- requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/piptools_requirements.txt b/piptools_requirements.txt index 0109f34e..8f0f8211 100644 --- a/piptools_requirements.txt +++ b/piptools_requirements.txt @@ -4,7 +4,7 @@ asn1crypto==0.24.0 # via cryptography certifi==2019.6.16 cffi==1.12.3 # via cryptography -cryptography==2.7 +cryptography==3.3.2 enum34==1.1.6 # via cryptography idna==2.8 ipaddress==1.0.22 # via cryptography diff --git a/requirements3.txt b/requirements3.txt index 102c68c5..440e85c1 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -16,7 +16,7 @@ cffi==1.12.3 # via -r ./requirements.in, cryptography chardet==3.0.4 # via requests click==7.0 # via flask coverage==4.5.4 # via pytest-cov -cryptography==2.7 # via -r ./requirements.in, pyopenssl +cryptography==3.3.2 # via -r ./requirements.in, pyopenssl defusedxml==0.6.0 # via python3-saml docutils==0.15.2 # via botocore flask-script==2.0.5 # via -r ./requirements.in