fix(deps): update dependency httpx to >=0.26.0,<0.27.0 (#21)

This commit is contained in:
renovate[bot]
2023-12-21 06:33:58 +02:00
committed by GitHub
parent a2133e6949
commit e23a588f58

View File

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