From 547b2b57b381c28ddf0a787ae75026391a14f8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:50:26 +0000 Subject: [PATCH] Bump cryptography from 37.0.4 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 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/37.0.4...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 38b19ca..30a8375 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pytz==2022.1 requests-toolbelt==0.9.1 jinja2==3.0.3 python-keycloak-client==0.2.3 -cryptography==37.0.4 +cryptography==39.0.1 diff --git a/setup.py b/setup.py index b113d59..5aafb8d 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ "requests-toolbelt==0.9.1", "jinja2==3.0.3", "python-keycloak-client==0.2.3", - "cryptography==37.0.4" + "cryptography==39.0.1" ] )