]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update cryptography requirement from >=2.6,<41.0 to >=2.6,<42.0 (#937)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 31 May 2023 17:06:47 +0000 (10:06 -0700)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 17:06:47 +0000 (10:06 -0700)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index d39a5999e35278127c9afd681638f8102cae621b..72dbb0094421d81969a1a28c1d3884980f1e5b83 100644 (file)
@@ -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}