From b3a3243a21e8f0a60c8ab95caeb3fc00c1097eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:16:56 +0000 Subject: [PATCH] Update httpx requirement from >=0.23.1,<0.27.0 to >=0.23.1,<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.1...0.27.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 80585a2..0ae9f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ frozendict = "^2.4.0" [tool.poetry.group.dev.dependencies] bandit = "^1.7.0" -httpx = ">=0.23.1,<0.27.0" +httpx = ">=0.23.1,<0.28.0" mkdocs-material = ">=8.3.9,<10.0.0" pylint = ">=2.6.2,<4.0.0" pylint_pydantic = "^0.3.2"