From 9e924883346751b0bb254875f82262b2f994c5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 22:01:07 +0000 Subject: [PATCH] Update cryptography requirement from <36.0,>=2.8 to >=2.8,<37.0 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/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...36.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bac195341..ef0af6232 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "pycognito==2021.3.1", "snitun==0.30.0", "acme==1.21.0", - "cryptography>=2.8,<36.0", + "cryptography>=2.8,<37.0", "attrs>=19.3", "pytz>=2019.3", "aiohttp>=3.6.1",