From e940c07c331bf413cf71b2fd4f15ddfa8d166c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 23:03:49 +0000 Subject: [PATCH] Update cryptography requirement from <37.0.0,>=3.1.0 to >=3.1.0,<38.0.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/3.1...37.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9c7690dbaa..77b088d2c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ install_requires = certifi>=2017.4.17 cffi>=1.9,<2.0.0 charset-normalizer~=2.0.0 - cryptography>=3.1.0,<37.0.0 + cryptography>=3.1.0,<38.0.0 idna>=2.5,<4 oscrypto<2.0.0 pyOpenSSL>=16.2.0,<23.0.0