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,