From 925517cf16b95b35741b2b4a1ae5978ca62836c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:20:47 +0000 Subject: [PATCH] chore(deps): bump idna in /examples/fastapi-response-streaming/app Bumps [idna](https://github.com/kjd/idna) from 3.10 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.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/fastapi-response-streaming/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-response-streaming/app/requirements.txt b/examples/fastapi-response-streaming/app/requirements.txt index 0d927ba9..c1e90573 100644 --- a/examples/fastapi-response-streaming/app/requirements.txt +++ b/examples/fastapi-response-streaming/app/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.4.0 click==8.1.7 fastapi==0.115.5 h11==0.14.0 -idna==3.10 +idna==3.15 jmespath==1.0.1 pydantic==2.9.2 pydantic-core==2.23.4