From 531bf82f11df77345befb9367574fa37055b203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:54:24 +0000 Subject: [PATCH] Bump cryptography from 2.6.1 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6.1...41.0.3) --- 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..8e59f03 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==41.0.3 diff --git a/setup.py b/setup.py index 16e1d6e..b34993b 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,<41.1.0', ] setup(