From 8a0f3a38748d138e1bc071a23683e3b340165878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:52:48 +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 | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/requirements.in b/requirements.in index f25ecb5c..7c64e7cf 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 ac3a5451..3c6709a3 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 @@ -43,10 +43,7 @@ pyyaml==5.2 requests==2.21.0 # via -r requirements.in six==1.10.0 - # via - # cryptography - # protobuf - # pyopenssl + # via pyopenssl urllib3==1.24.3 # via # -r requirements.in @@ -55,6 +52,3 @@ wheel==0.33.6 # via -r requirements.in wrapt==1.11.2 # via deprecated - -# The following packages are considered to be unsafe in a requirements file: -# setuptools