From 71ba19824b74eee5115f3073d90a250ea2f877b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:02:37 +0200 Subject: [PATCH] chore(deps): bump fastapi from 0.112.0 to 0.114.2 (#63) Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.0 to 0.114.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.0...0.114.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 06b4fc9..108b170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.112.0 +fastapi==0.114.2 aiofiles==24.1.0 uvicorn==0.30.6 pydantic==2.8.2