Skip to content

Commit a2198c8

Browse files
Bump uvicorn from 0.35.0 to 0.36.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.35.0...0.36.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38fc2dd commit a2198c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 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
@@ -24,7 +24,7 @@ Quart = "^0.20"
2424
aiohttp = "^3.12"
2525
Flask-Caching = "^2.3"
2626
sentry-sdk = "^2.37"
27-
uvicorn = {extras = ["standard"], version = "^0.35"}
27+
uvicorn = {extras = ["standard"], version = "^0.36"}
2828
coloredlogs = "*"
2929

3030
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)