From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 17:06:47 +0000 (-0700) Subject: Update cryptography requirement from >=2.6,<41.0 to >=2.6,<42.0 (#937) X-Git-Tag: v2.4.0rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015c2b5489559533b9891e2814bc524fb51d35cf;p=thirdparty%2Fdnspython.git Update cryptography requirement from >=2.6,<41.0 to >=2.6,<42.0 (#937) 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/2.6...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 d39a5999..72dbb009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ python = "^3.7" httpx = {version=">=0.21.1", optional=true, python=">=3.6.2"} h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"} idna = {version=">=2.1,<4.0", optional=true} -cryptography = {version=">=2.6,<41.0", optional=true} +cryptography = {version=">=2.6,<42.0", optional=true} trio = {version=">=0.14,<0.23", optional=true} sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true}