Skip to content

Commit 042a4e6

Browse files
Bump fastapi from 0.109.2 to 0.110.0 in /backend
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.2 to 0.110.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.109.2...0.110.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d3278f commit 042a4e6

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

99
[tool.poetry.dependencies]
1010
python = "^3.11"
11-
fastapi = "^0.109.2"
11+
fastapi = "^0.110.0"
1212
uvicorn = "^0.27.1"
1313
pydantic = "^2.6.1"
1414
pydantic-settings = "^2.2.1"

0 commit comments

Comments
 (0)