From dd9771f4a05662a0310b6cd9034ff801ab388d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 03:24:28 +0000 Subject: [PATCH] chore(deps): bump idna Bumps [idna](https://github.com/kjd/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) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-backend-only-response-streaming/app/requirements.txt b/examples/fastapi-backend-only-response-streaming/app/requirements.txt index aeda70d4..67b6f051 100644 --- a/examples/fastapi-backend-only-response-streaming/app/requirements.txt +++ b/examples/fastapi-backend-only-response-streaming/app/requirements.txt @@ -6,7 +6,7 @@ click==8.1.7 exceptiongroup==1.1.3 fastapi==0.109.2 h11==0.14.0 -idna==3.7 +idna==3.15 jmespath==1.0.1 pydantic==2.4.2 pydantic_core==2.10.1