Skip to content

Commit 726ad9d

Browse files
build(deps): bump fastapi from 0.115.12 to 0.121.1 (#282)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.12 to 0.121.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.12...0.121.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.1 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 ddb94db commit 726ad9d

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

poetry.lock

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "regtech_api_commons", from = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
fastapi = { version = "^0.115.12", extras = ["anyio=^4.4.0"]}
11+
fastapi = { version = "^0.121.1", extras = ["anyio=^4.4.0"]}
1212
requests = "^2.32.5"
1313
python-keycloak = "^5.8.1"
1414
pydantic-settings = "^2.12.0"

0 commit comments

Comments
 (0)