From 71c9c3f0b0924db1d11e2f6538865a7516026ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:00:51 +0000 Subject: [PATCH] Bump fastapi from 0.115.6 to 0.115.7 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.6 to 0.115.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.6...0.115.7) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f873d2f1..2fd59ef2b 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ 'toml==0.10.2', 'yamllint==1.35.1', 'moto>=4.0,<6', - 'fastapi==0.115.6', + 'fastapi==0.115.7', 'pydantic==2.10.5', 'uvicorn==0.34.0', 'pytest-split==0.10.0',