Skip to content

Commit 9011c10

Browse files
build(deps): bump fastapi from 0.115.11 to 0.115.12 (#215)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.11 to 0.115.12. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.11...0.115.12) --- 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 14799d5 commit 9011c10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.11", extras = ["anyio=^4.4.0"]}
11+
fastapi = { version = "^0.115.12", extras = ["anyio=^4.4.0"]}
1212
requests = "^2.32.3"
1313
python-keycloak = "^5.3.1"
1414
pydantic-settings = "^2.8.1"

0 commit comments

Comments
 (0)