From 605d9caceee44b9551de2773645c83612047d9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 08:25:36 +0000 Subject: [PATCH] build(deps): bump idna from 3.10 to 3.18 Bumps [idna](https://github.com/kjd/idna) from 3.10 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.10...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d1c04b..e56dc65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "uuid7 == 0.1.0", "urllib3 >= 2.6.3", # security floor: urllib3 redirect/retry CVEs fixed in 2.5.0 "zipp == 3.20.2", - "idna == 3.10", + "idna == 3.18", "asgiref == 3.8.1", "certifi == 2025.1.31", "charset-normalizer == 3.4.1",