From 6382f63788883b1ec8f9b468e8fe49ddb404efbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 05:14:35 +0000 Subject: [PATCH] chore(deps): bump the runtime-dependencies group across 1 directory with 3 updates Bumps the runtime-dependencies group with 3 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [boto3](https://github.com/boto/boto3). Updates `fastapi` from 0.111.0 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.0...0.141.1) Updates `uvicorn` from 0.30.1 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.30.1...0.52.4) Updates `boto3` from 1.34.131 to 1.43.78 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.131...1.43.78) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.72 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: uvicorn dependency-version: 0.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e61076..bf8b7e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 -uvicorn==0.30.1 -boto3==1.34.131 +fastapi==0.141.1 +uvicorn==0.52.4 +boto3==1.43.78 pydantic==2.13.4