From 7c18ec4e65a2c9b49204b3765a542aa3e30ef5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:01:48 +0000 Subject: [PATCH] Bump idna from 3.10 to 3.11 Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.11. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11) --- updated-dependencies: - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80844d9..c9ab690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ docker==7.0.0 # via jobrunner (pyproject.toml) httptools==0.6.4 # via sanic -idna==3.10 +idna==3.11 # via requests multidict==5.2.0 # via sanic