From bc5c00532a8087c9134c6f0c3b88afaefb91cf8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:20:08 +0000 Subject: [PATCH] Bump fastapi in /examples/kubernetes-tilt-dev/apps/python-fastapi-app Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../apps/python-fastapi-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubernetes-tilt-dev/apps/python-fastapi-app/requirements.txt b/examples/kubernetes-tilt-dev/apps/python-fastapi-app/requirements.txt index e77770b..831cf63 100644 --- a/examples/kubernetes-tilt-dev/apps/python-fastapi-app/requirements.txt +++ b/examples/kubernetes-tilt-dev/apps/python-fastapi-app/requirements.txt @@ -1,3 +1,3 @@ -fastapi==0.104.0 +fastapi==0.109.1 pydantic==2.4.2 uvicorn==0.23.2