From 77fd7cc2985b59468bd6fd44c3cfe03b9267e422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:00:31 +0000 Subject: [PATCH] Bump cryptography from 2.7 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 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.7...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 6621b3a..dc5c2f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -cryptography==2.7 +cryptography==3.2 PyJWT==1.7.1 requests==2.22.0 diff --git a/setup.py b/setup.py index 7e84de1..466546a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ package_data={'insprd': ['templates/*']}, include_package_data=True, install_requires=[ - 'cryptography==2.7', + 'cryptography==3.2', 'PyJWT==1.7.1', 'requests==2.22.0', ],