From b647502357b67640986c7d9fb07e73395a63e887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:42:39 +0000 Subject: [PATCH] chore(deps): bump idna from 3.6 to 3.11 in /sdk/python Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...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] --- sdk/python/requirements/docs.txt | 2 +- sdk/python/requirements/proj.txt | 2 +- sdk/python/requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/python/requirements/docs.txt b/sdk/python/requirements/docs.txt index 0c3258bdb6e..8bb1d4b6d74 100644 --- a/sdk/python/requirements/docs.txt +++ b/sdk/python/requirements/docs.txt @@ -16,7 +16,7 @@ docutils==0.20.1 # via # sphinx # sphinx-rtd-theme -idna==3.6 +idna==3.11 # via requests imagesize==1.4.1 # via sphinx diff --git a/sdk/python/requirements/proj.txt b/sdk/python/requirements/proj.txt index 34f2e519740..e97f0eb96c4 100644 --- a/sdk/python/requirements/proj.txt +++ b/sdk/python/requirements/proj.txt @@ -33,7 +33,7 @@ httpcore==1.0.2 # via httpx httpx==0.26.0 # via gql -idna==3.6 +idna==3.11 # via # anyio # httpx diff --git a/sdk/python/requirements/test.txt b/sdk/python/requirements/test.txt index cd82058c94c..937e0dda498 100644 --- a/sdk/python/requirements/test.txt +++ b/sdk/python/requirements/test.txt @@ -26,7 +26,7 @@ httpcore==1.0.2 # via httpx httpx==0.26.0 # via pytest-httpx -idna==3.6 +idna==3.11 # via # anyio # httpx