]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update cryptography requirement from >=2.6,<40.0 to >=2.6,<41.0 (#917)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 24 Mar 2023 17:58:39 +0000 (10:58 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 17:58:39 +0000 (10:58 -0700)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 8f785b564da9b87f3ead61dc95124fa942e4a8c1..30cf10f6980fa82e37783b296ae2e2a7b8ca34cb 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,<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}