From b94aa2578b300f377f58d44df8c4f1822e9e3877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:54:57 +0000 Subject: [PATCH] chore(deps): bump idna in /examples/fastapi-background-tasks/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-background-tasks/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-background-tasks/app/requirements.txt b/examples/fastapi-background-tasks/app/requirements.txt index 4e6e036b..710d5e3f 100644 --- a/examples/fastapi-background-tasks/app/requirements.txt +++ b/examples/fastapi-background-tasks/app/requirements.txt @@ -3,7 +3,7 @@ anyio==4.6.2.post1 certifi==2024.8.30 charset-normalizer==3.4.0 fastapi==0.115.5 -idna==3.10 +idna==3.15 pydantic==2.9.2 pydantic-core==2.23.4 requests==2.32.3