Skip to content

Commit 146bda7

Browse files
chore(deps): bump uvicorn from 0.34.3 to 0.37.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.34.3 to 0.37.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.34.3...0.37.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 265f913 commit 146bda7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 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
@@ -22,7 +22,7 @@ pytest = "^7.2"
2222
pytest-cov = "^4.0"
2323
pytest-asyncio = "^0.20.3"
2424
pytest-mock = "^3.14.0"
25-
uvicorn = "^0.34.0"
25+
uvicorn = ">=0.34,<0.38"
2626
twine = "^6.1.0"
2727
ruff = "^0.12.7"
2828

0 commit comments

Comments
 (0)