From 1761e3ed9b8a7a8376bd20f0a175adc267ce6bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:34:26 +0000 Subject: [PATCH] Bump fastapi from 0.114.0 to 0.114.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.0 to 0.114.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.0...0.114.2) --- 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 6a54e036d..be34b9fcf 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ 'toml==0.10.2', 'yamllint==1.35.1', 'moto>=4.0,<6', - 'fastapi==0.114.0', + 'fastapi==0.114.2', 'pydantic==2.9.1', 'uvicorn==0.30.6', 'pytest-split==0.9.0',