From 6cf7376983ea76b4557c5656b73ae206801ac0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 06:46:06 +0000 Subject: [PATCH] dependabot(deps): update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [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/3.0...3.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 391965c..2339a01 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ here = os.path.dirname(__file__) requires = [ - 'cryptography > 2.9.2, <= 3.2.1', + 'cryptography > 2.9.2, < 3.4.0', ]