From fd7715916372cda9f0102bcdd436034dbb946c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 00:01:44 +0000 Subject: [PATCH] build(deps-dev): update httpx requirement 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.24.1...0.26.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa563b4..e4fa6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-cov = ">=3,<5" pytest-asyncio = ">=0.21.1,<0.24.0" mypy = ">=0.971,<2.0" tox = ">=3.26,<5.0" -httpx = ">=0.24.1,<0.26.0" +httpx = ">=0.24.1,<0.27.0" ruff = ">=0.0.284,<0.2.0" [tool.ruff]