Skip to content

Commit 3e537cf

Browse files
Bump uvicorn from 0.38.0 to 0.39.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.38.0 to 0.39.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.38.0...0.39.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.39.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61b8a63 commit 3e537cf

File tree

2 files changed

+100
-8
lines changed

2 files changed

+100
-8
lines changed

poetry.lock

Lines changed: 99 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
@@ -71,7 +71,7 @@ pytest-timeout = "^2.3.1"
7171
pytest-httpserver = "^1.0.11"
7272
pytest = "^8.3.1"
7373
pytest-asyncio = "1.2.0"
74-
uvicorn = ">=0.32,<0.39"
74+
uvicorn = ">=0.32,<0.40"
7575
fastapi = ">=0.115.5,<0.125.0"
7676
pytest-httpx = ">=0.35"
7777
pytest-benchmark = ">=4,<6"

0 commit comments

Comments
 (0)