summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-07-13 09:09:23 -0700
committerGitHub <noreply@github.com>2021-07-13 09:09:23 -0700
commit275c6cb2303c7969b9ee5c6aaf0bd09866b31cc7 (patch)
treea993161f05fac711c0f5319dbea8670e6250ea2d
parentbe479d0f89a0f3fa1e9a4ced7c4a756b346f4075 (diff)
parentb0a929c2102c9d4ada6fca845acf1dc77d7ad993 (diff)
downloaddnspython-275c6cb2303c7969b9ee5c6aaf0bd09866b31cc7.tar.gz
Merge pull request #675 from rthalley/dependabot/pip/idna-gte-2.1-and-lt-4.0
Update idna requirement from ^2.1 to >=2.1,<4.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d8a2887..cefe78b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ packages = [
python = "^3.6"
requests-toolbelt = {version="^0.9.1", optional=true}
requests = {version="^2.23.0", optional=true}
-idna = {version="^2.1", optional=true}
+idna = {version=">=2.1,<4.0", optional=true}
cryptography = {version=">=2.6,<4.0", optional=true}
trio = {version=">=0.14,<0.20", optional=true}
curio = {version="^1.2", optional=true}