From 6fd3219eecb140ccd9b321ca9505709fd0d042e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:34:52 +0000 Subject: [PATCH] Bump fastapi from 0.109.0 to 0.109.2 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.0 to 0.109.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.0...0.109.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 6a2f1fb..f9d4436 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -fastapi==0.109.0 +fastapi==0.109.2 uvicorn[standard]==0.27.0.post1 gunicorn==21.2.0