From 09001ac3a9fcb7fc43b3ffe71dcc9858af4981ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:54:51 +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 483585b..bc56392 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests -cryptography==2.7 +cryptography==3.2 PyJWT==1.7.1 \ No newline at end of file diff --git a/setup.py b/setup.py index e4f7e60..fb9804f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ include_package_data=True, install_requires=[ 'requests', - 'cryptography==2.7', + 'cryptography==3.2', 'PyJWT==1.7.1' ], zip_safe=False,