Skip to content

Commit

Permalink
fix(deps): update dependency starlette to >=0.45,<0.46 (#8096)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 8dde29c commit 758016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/starlette/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ requires = ["flit_core"]
name='server'
version = '1.0.0'
description = "Simple benchmark implementation"
dependencies = ["starlette>=0.44,<0.45"]
dependencies = ["starlette>=0.45,<0.46"]

0 comments on commit 758016c

Please sign in to comment.