From 0df022a5e0b11550cff57685f5aaf297667b94b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:15:13 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /backend directory: [h11](https://github.com/python-hyper/h11), [idna](https://github.com/kjd/idna), [starlette](https://github.com/Kludex/starlette) and [urllib3](https://github.com/urllib3/urllib3). Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `starlette` from 0.27.0 to 0.49.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.27.0...0.49.1) Updates `urllib3` from 2.0.7 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.5.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c0b8ddb..017879d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,8 +5,8 @@ botocore==1.31.79 click==8.1.7 colorama==0.4.6 fastapi==0.104.1 -h11==0.14.0 -idna==3.4 +h11==0.16.0 +idna==3.7 jmespath==1.0.1 pydantic==2.4.2 pydantic_core==2.10.1 @@ -14,7 +14,7 @@ python-dateutil==2.8.2 s3transfer==0.7.0 six==1.16.0 sniffio==1.3.0 -starlette==0.27.0 +starlette==0.49.1 typing_extensions==4.8.0 -urllib3==2.0.7 +urllib3==2.5.0 uvicorn==0.24.0.post1