From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:58:39 +0000 (-0700) Subject: Update cryptography requirement from >=2.6,<40.0 to >=2.6,<41.0 (#917) X-Git-Tag: v2.4.0rc1~40 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=330d70a66c147207d3f20cafe4000435228d5529;p=thirdparty%2Fdnspython.git Update cryptography requirement from >=2.6,<40.0 to >=2.6,<41.0 (#917) 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...40.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 8f785b56..30cf10f6 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,<40.0", optional=true} +cryptography = {version=">=2.6,<41.0", optional=true} trio = {version=">=0.14,<0.23", optional=true} sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true}