From 8fc3688d78e75f778ab6b54a02603f63576da10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:32:37 +0000 Subject: [PATCH] Bump fastapi from 0.116.0 to 0.116.1 in /back-end Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.116.0 to 0.116.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.0...0.116.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.116.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- back-end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/requirements.txt b/back-end/requirements.txt index 25da70d..7d7019e 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.8.1 click==8.1.8 contextlib2==21.6.0 contextvars==2.4 -fastapi==0.116.0 +fastapi==0.116.1 h11==0.16.0 idna==3.10 immutables==0.21