From c3c701d8d119e18053629d12a41ff3b96a907bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 16:04:54 +0000 Subject: [PATCH] Update requests-toolbelt requirement from ^0.9.1 to >=0.9.1,<0.11.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3ae2b73..7c3a3128 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} -- 2.47.3