fix(deps): update dependency httpx to >=0.25.0,<0.26.0 (#12)

This commit is contained in:
renovate[bot]
2023-09-12 17:54:47 +03:00
committed by GitHub
parent d1961e0c52
commit 60f0f258ac

View File

@@ -13,7 +13,7 @@ include = ["CHANGELOG.md", "cinode_api_client/py.typed"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
httpx = ">=0.20.0,<0.25.0" httpx = ">=0.25.0,<0.26.0"
attrs = ">=21.3.0" attrs = ">=21.3.0"
python-dateutil = "^2.8.0" python-dateutil = "^2.8.0"