From 63e94bedb2aa0e4f19316c381c7d543eaeeaaf97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:34:34 +0000 Subject: [PATCH] Bump fastapi in /examples/serverless-python-fastapi 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] --- examples/serverless-python-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/serverless-python-fastapi/requirements.txt b/examples/serverless-python-fastapi/requirements.txt index fbfb277..2eeadf7 100644 --- a/examples/serverless-python-fastapi/requirements.txt +++ b/examples/serverless-python-fastapi/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