summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-10-07 12:07:55 -0700
committerGitHub <noreply@github.com>2022-10-07 12:07:55 -0700
commit0d863153c14d0ceba8d454f3189b46b8ee84f82e (patch)
treefef36a9f80068169647210b51cfcb80cb823cb0e
parent8470af4c4c9306572ae034dbcb9aaff02cec26cd (diff)
parentc3c701d8d119e18053629d12a41ff3b96a907bfe (diff)
downloaddnspython-0d863153c14d0ceba8d454f3189b46b8ee84f82e.tar.gz
Merge pull request #846 from rthalley/dependabot/pip/requests-toolbelt-gte-0.9.1-and-lt-0.11.0
Update requests-toolbelt requirement from ^0.9.1 to >=0.9.1,<0.11.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c3ae2b7..7c3a312 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ documentation = "https://dnspython.readthedocs.io/en/stable/"
python = "^3.7"
httpx = {version=">=0.21.1", optional=true, python=">=3.6.2"}
h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"}
-requests-toolbelt = {version="^0.9.1", optional=true}
+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}