Skip to content

Commit 7a4b178

Browse files
Update dependency uvicorn to ^0.27.0 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ed743f commit 7a4b178

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

poetry.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jinja2 = "^3.1.2"
3636
opentelemetry-instrumentation-fastapi = "*"
3737
starlette-prometheus = "^0.9.0"
3838
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
39-
uvicorn = { version = "^0.21.0", extras = ["standard"] }
39+
uvicorn = { version = "^0.27.0", extras = ["standard"] }
4040

4141
[tool.poetry.group.grpc]
4242
optional = true

0 commit comments

Comments
 (0)