From fb309857e4b0c5ee34a9293640451769be12e2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:26:05 +0000 Subject: [PATCH] Bump uvicorn from 0.24.0 to 0.24.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.24.0 to 0.24.0.post1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.24.0...0.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fastapi_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_requirements.txt b/fastapi_requirements.txt index d26a58b5..d07d8e6e 100644 --- a/fastapi_requirements.txt +++ b/fastapi_requirements.txt @@ -2,6 +2,6 @@ fastapi==0.104.1 prisma==0.11.0 google-ads==22.1.0 httpx==0.25.1 -uvicorn==0.24.0 +uvicorn==0.24.0.post1 openai==1.2.0 python-dotenv==1.0.0