From 41441963f652ac5e299c42890e85ccb6d7d56d16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:04:25 +0200 Subject: [PATCH] fix(deps): update httpx to 0.28.0 (#45) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/cinode-py-client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cinode-py-client/pyproject.toml b/src/cinode-py-client/pyproject.toml index 37325b8..e0e94af 100644 --- a/src/cinode-py-client/pyproject.toml +++ b/src/cinode-py-client/pyproject.toml @@ -13,7 +13,7 @@ include = ["CHANGELOG.md", "cinode_api_client/py.typed"] [tool.poetry.dependencies] python = "^3.8" -httpx = ">=0.27.0,<0.28.0" +httpx = ">=0.28.0,<0.29.0" attrs = ">=21.3.0" python-dateutil = "^2.8.0"