From a6908d1d25997b60a822c7605ef0e63f5a9d7108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:14:53 +0000 Subject: [PATCH] Bump fastapi from 0.91 to 0.115.7 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.91 to 0.115.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.91.0...0.115.7) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90a1677..402fa44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi == 0.91 +fastapi == 0.115.7 uvicorn==0.30.5 pydantic==1.10.10 pytest==7.4.2