From 4a14325d2cb199698525e5940537a9dfd4dc8799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:47:55 +0000 Subject: [PATCH] Bump idna from 3.10 to 3.15 in /ch14/requirements 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: indirect ... Signed-off-by: dependabot[bot] --- ch14/requirements/dev.txt | 2 +- ch14/requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ch14/requirements/dev.txt b/ch14/requirements/dev.txt index 7a0d119..b1102bc 100644 --- a/ch14/requirements/dev.txt +++ b/ch14/requirements/dev.txt @@ -66,7 +66,7 @@ httpcore==1.0.7 # via httpx httpx==0.27.2 # via jupyterlab -idna==3.10 +idna==3.15 # via # anyio # httpx diff --git a/ch14/requirements/requirements.txt b/ch14/requirements/requirements.txt index 85efd06..c3c8b29 100644 --- a/ch14/requirements/requirements.txt +++ b/ch14/requirements/requirements.txt @@ -24,7 +24,7 @@ greenlet==3.1.1 # via sqlalchemy h11==0.14.0 # via uvicorn -idna==3.10 +idna==3.15 # via # anyio # email-validator