From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 16:57:48 +0000 (-0800) Subject: Update cryptography requirement from >=2.6,<39.0 to >=2.6,<40.0 (#878) X-Git-Tag: v2.4.0rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67809b4a4d69ae88ad1e6c77a21e9c7a4a081e03;p=thirdparty%2Fdnspython.git Update cryptography requirement from >=2.6,<39.0 to >=2.6,<40.0 (#878) 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.6...39.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 827cb403..5b992242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"} requests-toolbelt = {version=">=0.9.1,<0.11.0", optional=true} requests = {version="^2.23.0", optional=true} idna = {version=">=2.1,<4.0", optional=true} -cryptography = {version=">=2.6,<39.0", optional=true} +cryptography = {version=">=2.6,<40.0", optional=true} trio = {version=">=0.14,<0.23", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true}