Skip to content

Commit 8279fc4

Browse files
Update dependency uvicorn to ^0.28.0 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d62a6b5 commit 8279fc4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 5 additions & 4 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
@@ -48,7 +48,7 @@ jinja2 = "^3.1.2"
4848
opentelemetry-instrumentation-fastapi = "*"
4949
starlette-prometheus = "^0.9.0"
5050
strawberry-graphql = { version = ">=0.204.0", extras = ["debug-server"] }
51-
uvicorn = { version = "^0.27.0", extras = ["standard"] }
51+
uvicorn = { version = "^0.28.0", extras = ["standard"] }
5252

5353
[tool.poetry.group.dev]
5454
optional = true

0 commit comments

Comments
 (0)