From f074be31f1fac6ec22b126bbf885cdd9a74a6369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:43:59 -0700 Subject: [PATCH] Bump idna from 3.6 to 3.7 (#39) Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc05f982..54a2dcfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ grpcio==1.60.1 # tensorflow h5py==3.10.0 # via tensorflow -idna==3.6 +idna==3.7 # via requests importlib-resources==6.1.1 # via etils