summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-09-30 09:30:06 -0700
committerGitHub <noreply@github.com>2021-09-30 09:30:06 -0700
commitd1bd078d9e9f99c8dc05696c58f100dcb53b0541 (patch)
treeddb07c4f0b8666139fba0619f0a2d13e0db7f750
parent01a76e7f969ee62dd634771fc63507c3735d8890 (diff)
parent3ba553c76cd6747972e2be67e3b2e7acdc3c597c (diff)
downloaddnspython-d1bd078d9e9f99c8dc05696c58f100dcb53b0541.tar.gz
Merge pull request #693 from rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-36.0
Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cefe78b..fdc5889 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ python = "^3.6"
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,<4.0", optional=true}
+cryptography = {version=">=2.6,<36.0", optional=true}
trio = {version=">=0.14,<0.20", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}