Skip to content

Commit 5b0ad92

Browse files
Bump fastapi from 0.112.0 to 0.112.1 in /backend (#59)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.0 to 0.112.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.112.0...0.112.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0c52dd commit 5b0ad92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

backend/poetry.lock

+5-5
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
@@ -8,7 +8,7 @@ packages = [{include = "quotes"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.11"
11-
fastapi = "^0.112.0"
11+
fastapi = "^0.112.1"
1212
uvicorn = "^0.30.6"
1313
pydantic = "^2.8.2"
1414
pydantic-settings = "^2.4.0"

0 commit comments

Comments
 (0)