fix(deps): update httpx to 0.27.0 (#32)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-18 10:45:31 +03:00
committed by GitHub
parent f4b179b2d3
commit 6c827ba2c6

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.27.0,<0.28.0"
attrs = ">=21.3.0" attrs = ">=21.3.0"
python-dateutil = "^2.8.0" python-dateutil = "^2.8.0"