From cf03782f2b9ac43260bab117004645779aa59ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:12:03 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.3.2. - [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...3.3.2) 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..76683daf 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==3.3.2 python-swift-cloud-tools==0.1.5 diff --git a/setup.py b/setup.py index 58ab293e..bc34af6d 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==3.3.2', 'python-swift-cloud-tools==0.1.5' ], packages=find_packages(exclude=['tests*']),