From 5e10ab3efa2ef460258224820c873dd7517c4633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:21:52 +0000 Subject: [PATCH] Bump cryptography from 2.6.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 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.6.1...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 7a07abf..fb7f7bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ PyJWT==1.7.1 requests==2.25.1 six==1.16.0 urllib3==1.26.6 -cryptography==2.6.1 +cryptography==3.3.2 diff --git a/setup.py b/setup.py index 16e1d6e..163b5a6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires = ['requests>=2.25.1,<2.26.1', 'urllib3>=1.26.5,<1.26.7', 'pyjwt>=1.7.1,<1.8.0', - 'cryptography>=2.6.1,<2.7.0', + 'cryptography>=2.6.1,<3.4.0', ] setup(