From 23cc7b7f82cb8acc5f867ec385eba1ba08ac2c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 11:57:51 +0000 Subject: [PATCH] build(deps): update cryptography requirement from <38,>=3 to >=3,<42 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.0...41.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 0aee257..6e21350 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def build_long_desc(): ] }, install_requires=["dnspython==2.2.1", - "cryptography>=3,<38", + "cryptography>=3,<42", "requests>=2.24,<2.28", "forcediphttpsadapter"], classifiers=[