From 8dac6380f492b5501396b69d7032c065ac9143d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 07:20:09 -0400 Subject: [PATCH] Bump fastapi from 0.110.2 to 0.111.0 (#211) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.2 to 0.111.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.2...0.111.0) --- 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> [skip ci] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5c01f0..54279f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.110.2 +fastapi==0.111.0 uvicorn==0.29.0 starlette-prometheus==0.9.0 google-analytics-admin==0.22.7