From f5e0ef9cebcc5ade128dc587ce94bf4e1eb7ccdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:26:27 +0000 Subject: [PATCH] Update httpx requirement from <0.27.0,>=0.23.3 to >=0.23.3,<0.28.0 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.23.3...0.27.0) --- updated-dependencies: - dependency-name: httpx 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 7bbba1d..d914d39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "mypy ==1.8.0", "ruff ==0.1.15", "black ==24.1.1", - "httpx >=0.23.3, <0.27.0", + "httpx >=0.23.3, <0.28.0", ] cov = ["coverage[toml] >=7.0.0, <7.4.0"] doc = [