From 4168ec93338a6b09ad6fb515ad193d66724c7c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:27:30 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 in /python-client Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. - [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.3...v3.7) --- updated-dependencies: - dependency-name: idna 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 0c03967..9c80cde 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.53.2 grpcio-tools==1.37.0 -idna==3.3 +idna==3.7 importlib-metadata==4.8.3 iniconfig==1.1.1 packaging==21.3