From 7d12b64905d6c9e5a55461be1d7a14767c3a1b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:56:48 +0000 Subject: [PATCH] Bump idna from 3.11 to 3.15 in /python/common 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] --- python/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/common/requirements.txt b/python/common/requirements.txt index 6f1491ecce..79ab024fcd 100644 --- a/python/common/requirements.txt +++ b/python/common/requirements.txt @@ -1,7 +1,7 @@ # commented out packages are system python libraries certifi==2026.2.25 charset-normalizer==3.4.6 -idna==3.11 +idna==3.15 # protobuf==3.20.3 requests==2.32.5 urllib3==2.6.3