From 2f410204ec5e39d7e9145ecd16eb2e54c3908ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:13:48 +0000 Subject: [PATCH] Bump idna from 3.7 to 3.15 in /python-client Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-client/requirements.txt b/python-client/requirements.txt index 63a87fa..988006c 100644 --- a/python-client/requirements.txt +++ b/python-client/requirements.txt @@ -6,7 +6,7 @@ charset-normalizer==2.0.10 google-auth==2.5.0 grpcio==1.62.2 grpcio-tools==1.62.2 -idna==3.7 +idna==3.15 importlib-metadata==4.8.3 iniconfig==1.1.1 packaging==21.3