From 1b851b7997de1f0351e6c9d304a6fef1ad5e05b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:04:31 +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/tox-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tox-tests.txt b/requirements/tox-tests.txt index 59678b1d..87069bc5 100644 --- a/requirements/tox-tests.txt +++ b/requirements/tox-tests.txt @@ -1,3 +1,3 @@ -idna==3.10 +idna==3.11 treq==22.2.0; python_version < '3.13' treq==24.9.1; python_version >= '3.13'