Skip to content

Commit 3bdb0ec

Browse files
Bump uvicorn from 0.34.2 to 0.34.3
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.2 to 0.34.3. - [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.2...0.34.3) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec81e28 commit 3bdb0ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 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
@@ -11,7 +11,7 @@ package-mode = false
1111
[tool.poetry.dependencies]
1212
python = "^3.11"
1313
fastapi = "^0.115.12"
14-
uvicorn = { extras = ["standard"], version = "^0.34.2" }
14+
uvicorn = { extras = ["standard"], version = "^0.34.3" }
1515
httpx = "^0.28.1"
1616
python-dotenv = "^1.0.1"
1717
pydantic = "^2.11.5"

0 commit comments

Comments
 (0)