From 76ec332b87f7abe326cadf8261487b822efb8426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:35:52 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.9.2...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 cb07b276..0bfafd4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ python-keystoneclient==3.16.0 python-swiftclient==3.7.1 pytz==2015.4 requests==2.19.1 -cryptography==2.9.2 +cryptography==3.2 diff --git a/setup.py b/setup.py index fe1b5a80..56f002da 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'python-swiftclient==3.7.1', 'pytz==2015.4', 'requests==2.19.1', - 'cryptography==2.9.2' + 'cryptography==3.2' ], packages=find_packages(exclude=['tests*']), include_package_data=True,