]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update requests-toolbelt requirement from ^0.9.1 to >=0.9.1,<0.11.0 846/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 7 Oct 2022 16:04:54 +0000 (16:04 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 16:04:54 +0000 (16:04 +0000)
Updates the requirements on [requests-toolbelt](https://github.com/requests/toolbelt) to permit the latest version.
- [Release notes](https://github.com/requests/toolbelt/releases)
- [Changelog](https://github.com/requests/toolbelt/blob/master/HISTORY.rst)
- [Commits](https://github.com/requests/toolbelt/compare/0.9.1...0.10.0)

---
updated-dependencies:
- dependency-name: requests-toolbelt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index c3ae2b73c8a6a34a0b73ddcf8f922f2b1868e716..7c3a3128948763b309c3a5b041cbc3ed111f1d1f 100644 (file)
@@ -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}