From 30faa7db271dbed75be201097d8d9bba93042dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:09:46 +0000 Subject: [PATCH] Bump fastapi from 0.101.1 to 0.109.1 in /python-env Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.101.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.101.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-env/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-env/requirements.txt b/python-env/requirements.txt index d0b5233..cd952c3 100644 --- a/python-env/requirements.txt +++ b/python-env/requirements.txt @@ -4,7 +4,7 @@ certifi==2023.7.22 click==8.1.3 dnspython==2.3.0 email-validator==1.3.1 -fastapi==0.101.1 +fastapi==0.109.1 h11==0.14.0 httpcore==0.16.3 httptools==0.5.0