Skip to content

Commit 85c3c33

Browse files
Bump uvicorn from 0.32.1 to 0.34.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.1 to 0.34.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.32.1...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2415fdb commit 85c3c33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pytest-timeout = "^2.3.1"
7070
pytest-httpserver = "^1.0.11"
7171
pytest = "^8.3.1"
7272
pytest-asyncio = "0.24.0"
73-
uvicorn = "^0.32.0"
73+
uvicorn = ">=0.32,<0.35"
7474
fastapi = "^0.115.5"
7575
pytest-httpx = ">=0.33,<0.35"
7676
ruff = "^0.8.0"

0 commit comments

Comments
 (0)