Skip to content

Commit 0d5e3e2

Browse files
chore(deps): bump uvicorn from 0.34.3 to 0.35.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.3 to 0.35.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.3...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 265f913 commit 0d5e3e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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.36"
2626
twine = "^6.1.0"
2727
ruff = "^0.12.7"
2828

0 commit comments

Comments
 (0)