From aa5b2f0ebff0779735b7f930cfbcdaedda7f3def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:48:01 +0000 Subject: [PATCH] chore(deps): bump idna from 3.10 to 3.15 in /examples/fastapi/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/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi/app/requirements.txt b/examples/fastapi/app/requirements.txt index e61869b3..b3dad435 100644 --- a/examples/fastapi/app/requirements.txt +++ b/examples/fastapi/app/requirements.txt @@ -1,7 +1,7 @@ annotated-types==0.7.0 anyio==4.6.2.post1 fastapi==0.115.5 -idna==3.10 +idna==3.15 pydantic==2.9.2 pydantic-core==2.23.4 sniffio==1.3.1