From 96f7c964dcbc9667dd4eae486e497306b82e68e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:39:11 +0000 Subject: [PATCH] Bump idna from 3.13 to 3.15 in /dev_tools/requirements/max_compat Bumps [idna](https://github.com/kjd/idna) from 3.13 to 3.15. - [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.13...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_tools/requirements/max_compat/dev.env.txt | 2 +- dev_tools/requirements/max_compat/pytest-max-compat.env.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_tools/requirements/max_compat/dev.env.txt b/dev_tools/requirements/max_compat/dev.env.txt index bec60f5cc..83ac0dfb4 100644 --- a/dev_tools/requirements/max_compat/dev.env.txt +++ b/dev_tools/requirements/max_compat/dev.env.txt @@ -43,7 +43,7 @@ fonttools==4.62.1 # via matplotlib h5py==3.16.0 # via -r deps/runtime.txt -idna==3.13 +idna==3.15 # via requests iniconfig==2.3.0 # via pytest diff --git a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt index 5fc54b4e8..c5271254d 100644 --- a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt +++ b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt @@ -69,7 +69,7 @@ h5py==3.16.0 # via # -c max_compat/dev.env.txt # -r deps/runtime.txt -idna==3.13 +idna==3.15 # via # -c max_compat/dev.env.txt # requests