summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-23 05:03:07 -0800
committerGitHub <noreply@github.com>2021-11-23 05:03:07 -0800
commite30922b59ed7fb4c6ad744f3d92e49b9f3bf62c3 (patch)
tree23d929545a98533a60d4ed42ec11029ed065eecd
parent97e735a1a3460ddea983489bb0f323de776b879c (diff)
parentea234bd4d669bf07fcfadebb0b9ddaed9d7e5b84 (diff)
downloaddnspython-e30922b59ed7fb4c6ad744f3d92e49b9f3bf62c3.tar.gz
Merge pull request #729 from rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-37.0
Update cryptography requirement from >=2.6,<36.0 to >=2.6,<37.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 06648a2..c5f72c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,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,<36.0", optional=true}
+cryptography = {version=">=2.6,<37.0", optional=true}
trio = {version=">=0.14,<0.20", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}