From 60f0f258ac2f73160e23740a77c4a724976cde8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:54:47 +0300 Subject: [PATCH] fix(deps): update dependency httpx to >=0.25.0,<0.26.0 (#12) --- 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 5bd92e7..9c0b5ed 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.20.0,<0.25.0" +httpx = ">=0.25.0,<0.26.0" attrs = ">=21.3.0" python-dateutil = "^2.8.0"