From a898bf8aaddcc251a1618151afbd460957a94d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:11:03 -0800 Subject: [PATCH] chore(deps): bump fastapi (#2673) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.75.2 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.75.2...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- community-content/cpr-examples/timm_serving/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-content/cpr-examples/timm_serving/requirements.txt b/community-content/cpr-examples/timm_serving/requirements.txt index fed000fa2..2ed8a8800 100644 --- a/community-content/cpr-examples/timm_serving/requirements.txt +++ b/community-content/cpr-examples/timm_serving/requirements.txt @@ -1,5 +1,5 @@ absl-py==1.1.0 -fastapi==0.75.2 +fastapi==0.109.1 uvicorn==0.18.2 timm==0.5.4 smart_open==6.0.0