From 4111b8deb3443dc05d2c4942d51beb14081356e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:55:03 +0000 Subject: [PATCH] Bump cryptography from 2.8.0 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8.0 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/2.8...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index d7235772..1fd6039c 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ asn1==2.2.0 # asn1 2.3.0 introduces enum34 as a dependency, which causes problems on some envs -cryptography==2.8.0 +cryptography==39.0.1 cffi==1.14.3 future==0.18.2 itsdangerous==1.1.0 diff --git a/requirements.txt b/requirements.txt index 7d09771c..eeee1909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ cffi==1.14.3 # cryptography chardet==3.0.4 # via requests -cryptography==2.8 +cryptography==39.0.1 # via # -r requirements.in # pyopenssl @@ -44,7 +44,6 @@ requests==2.21.0 # via -r requirements.in six==1.10.0 # via - # cryptography # protobuf # pyopenssl urllib3==1.24.3