From 5fc993cd6da90e3dc0a20f43b4d168482061c5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:22:42 +0000 Subject: [PATCH] chore(deps-dev): bump idna from 3.15 to 3.18 Bumps [idna](https://github.com/kjd/idna) from 3.15 to 3.18. - [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.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' 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..8dbaff6f 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.18 ; python_version >= '3.5' importlib-metadata==7.1.0 ; python_version >= '3.7'