From 0326fe63f95a5e921afe4692e3f35b650c4ff245 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:21:05 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.4.6 to 3.4.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 3.4.7. - [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/3.4.6...3.4.7) Signed-off-by: dependabot-preview[bot] --- requirements-pinned.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 9121cb2a..7d456cdf 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,7 +1,7 @@ cffi==1.14.5 # via cryptography, pynacl colorama==0.4.4 cryptography==3.3.2 ; python_version < "3" # cryptography < 3.4 for python2 compat -cryptography==3.4.6 ; python_version >= "3" +cryptography==3.4.7 ; python_version >= "3" enum34==1.1.10 ; python_version < "3" # via cryptography ipaddress==1.0.23 ; python_version < "3" # via cryptography pycparser==2.20 # via cffi diff --git a/setup.py b/setup.py index 914e0d24..ebb71c71 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ install_requires = ['six>=1.11.0', 'subprocess32; python_version < "3"'], extras_require = { 'colors': ['colorama>=0.3.9'], - 'crypto:python_version < "3"': ['cryptography>=3.3.2,<3.4'], + 'crypto:python_version < "3"': ['cryptography>=3.3.2,<3.5'], 'crypto:python_version >= "3"': ['cryptography>=3.3.2'], 'pynacl': ['pynacl>1.2.0']}, tests_require = 'mock; python_version < "3.3"',