From ecc726659f02000d4bf0353e0da40982b6a9215d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:49:29 +0000 Subject: [PATCH] Bump idna from 3.11 to 3.15 in /infra/python/deps Bumps [idna](https://github.com/kjd/idna) from 3.11 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.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt index bca34408b1..a8f30f1354 100644 --- a/infra/python/deps/requirements.txt +++ b/infra/python/deps/requirements.txt @@ -66,7 +66,7 @@ pywebhdfs == 0.3.2 pbr == 7.0.3 requests == 2.32.5 charset_normalizer == 3.4.4 - idna == 3.11 + idna == 3.15 urllib3 == 2.6.3 certifi == 2026.1.4 sasl == 0.4a1