From ecf363eeecf80515b1fd9b7f9fdb20c473b98abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:22:50 -0300 Subject: [PATCH] Bump fastapi in /examples/fastapi-postgres-with-serverless (#78) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.0...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> --- examples/fastapi-postgres-with-serverless/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-postgres-with-serverless/requirements.txt b/examples/fastapi-postgres-with-serverless/requirements.txt index fbfb277..2eeadf7 100644 --- a/examples/fastapi-postgres-with-serverless/requirements.txt +++ b/examples/fastapi-postgres-with-serverless/requirements.txt @@ -1,6 +1,6 @@ anyio==3.6.2 click==8.1.3 -fastapi==0.95.0 +fastapi==0.109.1 h11==0.14.0 idna==3.4 mangum==0.17.0