Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d3275f

Browse files
dependabot[bot]frankie567
authored andcommittedOct 16, 2024
build(deps): bump fastapi from 0.114.2 to 0.115.2 in /server
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.2 to 0.115.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.114.2...0.115.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4e925e commit 0d3275f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
 

‎server/poetry.lock

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

‎server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
fastapi = "^0.114.2"
10+
fastapi = "^0.115.2"
1111
uvicorn = {version = "^0.31.1", extras = ["standard"]}
1212
asyncpg = "^0.29.0"
1313
alembic = "^1.9.2"

0 commit comments

Comments
 (0)
Please sign in to comment.