Skip to content

Commit

Permalink
fix(deps): update httpx to 0.28.0 (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent d70da17 commit 4144196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cinode-py-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4144196

Please sign in to comment.