From dbf64f11a2be00179f99e1e0640a00be98d0d4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:40:01 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.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/2.9.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 629e017b..aa1db376 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ python-keystoneclient==3.16.0 python-swiftclient==3.7.1 pytz==2015.4 requests==2.19.1 -cryptography==2.9.2 +cryptography==39.0.1 python-swift-cloud-tools==0.1.5 diff --git a/setup.py b/setup.py index 58ab293e..4900e06f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'python-swiftclient==3.7.1', 'pytz==2015.4', 'requests==2.19.1', - 'cryptography==2.9.2', + 'cryptography==39.0.1', 'python-swift-cloud-tools==0.1.5' ], packages=find_packages(exclude=['tests*']),