From 1c4a2556060baa1a1a605571dfc487ca12f8d156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:51:58 +0000 Subject: [PATCH] Bump idna from 3.10 to 3.15 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] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d657051a..e19f4f99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -127,7 +127,7 @@ gunicorn==23.0.0 # via -r requirements.in html5lib==1.1 # via wagtail -idna==3.10 +idna==3.15 # via requests isodate==0.7.2 # via azure-storage-blob diff --git a/requirements_dev.txt b/requirements_dev.txt index fb714765..9b8d6b1b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -200,7 +200,7 @@ html5lib==1.1 # via # -r requirements.txt # wagtail -idna==3.10 +idna==3.15 # via # -r requirements.txt # requests