From 323969f5b74cca93111e702bb7da3ed835054558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 06:07:26 +0000 Subject: [PATCH] Update cryptography requirement from <37.0.0,>=3.1.0 to >=3.1.0,<40.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...39.0.0) --- 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..a0e2364e35 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,<40.0.0 idna>=2.5,<4 oscrypto<2.0.0 pyOpenSSL>=16.2.0,<23.0.0