From 87e983c525389ea28665273e297ca53f3dacd8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 01:18:44 +0000 Subject: [PATCH] Bump cryptography from 2.6.1 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 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.6.1...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 14b3ad3..7861a2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2019.3.9 cffi==1.12.3 chardet==3.0.4 coverage==4.5.3 -cryptography==2.6.1 +cryptography==3.2 entrypoints==0.3 flake8==3.7.7 idna==2.8 diff --git a/setup.py b/setup.py index 6b2ba73..1f2d7f7 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'dev': ['pep8>=1.7.1,<2', 'sphinx >= 2.0.1,<3', 'sphinxcontrib-apidoc>=0.3.0', - 'cryptography>=2.6.1,<2.7', + 'cryptography>=2.6.1,<3.3', ], 'test': ['coverage>=4.5.3,<5', 'flake8>=3.7.7,<4',