Skip to content

Commit 6b9554c

Browse files
authoredJul 15, 2024
Bump fastapi from 0.111.0 to 0.111.1 in /backend (#51)
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.111.0 to 0.111.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.111.0...0.111.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6201605 commit 6b9554c

File tree

2 files changed

+6
-137
lines changed

2 files changed

+6
-137
lines changed
 

‎backend/poetry.lock

+5-136
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.111.0"
11+
fastapi = "^0.111.1"
1212
uvicorn = "^0.30.1"
1313
pydantic = "^2.8.2"
1414
pydantic-settings = "^2.3.4"

0 commit comments

Comments
 (0)
Please sign in to comment.