Skip to content

Commit 514d40d

Browse files
Bump uvicorn from 0.31.1 to 0.32.0 in /backend (#78)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.31.1 to 0.32.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.31.1...0.32.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4c17fc commit 514d40d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/poetry.lock

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

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "quotes"}]
99
[tool.poetry.dependencies]
1010
python = "^3.11"
1111
fastapi = "^0.115.2"
12-
uvicorn = "^0.31.1"
12+
uvicorn = "^0.32.0"
1313
pydantic = "^2.9.2"
1414
pydantic-settings = "^2.5.2"
1515
fiaas-logging = "^0.1.1"

0 commit comments

Comments
 (0)