From 74078017c6872551bd2370e02060d5e71447dd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:58:16 +0000 Subject: [PATCH] Bump cryptography from 3.4.2 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.2 to 39.0.1. - [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/3.4.2...39.0.1) --- 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 74eafd3..ee819ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -cryptography==3.4.2 +cryptography==39.0.1 hyper==0.7.0 PyJWT==2.0.1 diff --git a/setup.py b/setup.py index c9b828c..bbf7db4 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ], classifiers = [], install_requires=[ - 'cryptography<=3.3.2', + 'cryptography<39.0.2', 'hyper', 'pyjwt', ],