From 946126ed1ba1bd1d770bbeaee9e5f6d82be0769d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:57:22 +0000 Subject: [PATCH] chore: bump the security group across 1 directory with 4 updates Bumps the security group with 4 updates in the /examples/fastapi-backend-only-response-streaming/app directory: [anyio](https://github.com/agronholm/anyio), [h11](https://github.com/python-hyper/h11), [idna](https://github.com/kjd/idna) and [urllib3](https://github.com/urllib3/urllib3). Updates `anyio` from 3.7.1 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/3.7.1...4.14.2) 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.7 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.15) Updates `urllib3` from 1.26.19 to 2.7.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/1.26.19...2.7.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production dependency-group: security - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: security - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: security - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: security ... Signed-off-by: dependabot[bot] --- .../app/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/fastapi-backend-only-response-streaming/app/requirements.txt b/examples/fastapi-backend-only-response-streaming/app/requirements.txt index a7594593..34483e4e 100644 --- a/examples/fastapi-backend-only-response-streaming/app/requirements.txt +++ b/examples/fastapi-backend-only-response-streaming/app/requirements.txt @@ -1,12 +1,12 @@ annotated-types==0.5.0 -anyio==3.7.1 +anyio==4.14.2 boto3==1.28.61 botocore==1.31.61 click==8.1.7 exceptiongroup==1.1.3 fastapi==0.109.2 -h11==0.14.0 -idna==3.7 +h11==0.16.0 +idna==3.15 jmespath==1.0.1 pydantic==2.4.2 pydantic_core==2.10.1 @@ -16,5 +16,5 @@ six==1.16.0 sniffio==1.3.0 starlette==1.3.1 typing_extensions==4.8.0 -urllib3==1.26.19 +urllib3==2.7.0 uvicorn==0.23.2 \ No newline at end of file