From 79a7bec2974dd693040cc1bbbc3a93d6c685a511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:43:16 +0000 Subject: [PATCH] chore(deps-dev): bump idna from 3.15 to 3.19 Bumps [idna](https://github.com/kjd/idna) from 3.15 to 3.19. - [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.15...v3.19) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d108450a..d10a2320 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ dill==0.4.1 exceptiongroup==1.3.1 ; python_version < '3.11' -idna==3.15 ; python_version >= '3.5' +idna==3.19 ; python_version >= '3.5' importlib-metadata==7.1.0 ; python_version >= '3.7'