From 92826cead901c8b1fd5b61654f11c0254152f6c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:15:36 +0000 Subject: [PATCH] fix(deps): update dependency httpx to >=0.26,<0.27 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69859d8..8c7e4e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.10,<4" -httpx = ">=0.24,<0.25" +httpx = ">=0.26,<0.27" rich = "^13.0.0" typer = ">=0.9.0,<0.10.0" packaging = ">=23,<23.3"