From 7c9d097c5f7adc76d42d0339d9709889e86e8e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:28:32 +0000 Subject: [PATCH] Bump cryptography from 2.3.1 to 3.2 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] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 75e2c7d..a6ef3ff 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ pytest-cov==2.6.0 Sphinx==1.8.1 pook==0.2.5 PyJWT==1.6.4 -cryptography==2.3.1 +cryptography==3.2 lxml==4.2.5 xmlsec==1.3.3 python3-saml==1.4.1 diff --git a/requirements.txt b/requirements.txt index 9309cd7..d19c78c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ idna==2.5 requests==2.21.0 PyJWT==1.6.4 -cryptography==2.3.1 +cryptography==3.2 lxml==4.2.5 xmlsec==1.3.3 python3-saml==1.4.1