]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update cryptography requirement from >=2.6,<38.0 to >=2.6,<39.0 837/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 7 Sep 2022 16:02:50 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Wed, 7 Sep 2022 16:02:50 +0000 (16:02 +0000)
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...38.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index abf231f99d323893c0b84f77e26d603d8549f5f6..1b996930d92c2a05ef74bad115bebf4c461f490e 100644 (file)
@@ -42,7 +42,7 @@ h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"}
 requests-toolbelt = {version="^0.9.1", optional=true}
 requests = {version="^2.23.0", optional=true}
 idna = {version=">=2.1,<4.0", optional=true}
-cryptography = {version=">=2.6,<38.0", optional=true}
+cryptography = {version=">=2.6,<39.0", optional=true}
 trio = {version=">=0.14,<0.22", optional=true}
 curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}