summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-02 08:57:48 -0800
committerGitHub <noreply@github.com>2023-01-02 08:57:48 -0800
commit67809b4a4d69ae88ad1e6c77a21e9c7a4a081e03 (patch)
treec7a8eca734396e1082be726db4a1c64c13a908c1
parente67ba48a5850e1a78717404abbf41930ade25682 (diff)
downloaddnspython-67809b4a4d69ae88ad1e6c77a21e9c7a4a081e03.tar.gz
Update cryptography requirement from >=2.6,<39.0 to >=2.6,<40.0 (#878)
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...39.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 827cb40..5b99224 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,7 @@ h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"}
requests-toolbelt = {version=">=0.9.1,<0.11.0", optional=true}
requests = {version="^2.23.0", optional=true}
idna = {version=">=2.1,<4.0", optional=true}
-cryptography = {version=">=2.6,<39.0", optional=true}
+cryptography = {version=">=2.6,<40.0", optional=true}
trio = {version=">=0.14,<0.23", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}