From b9ef6eefbacded3f589df7d4c5917aecab39f5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:38:56 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /flytectl 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] --- flytectl/doc-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flytectl/doc-requirements.txt b/flytectl/doc-requirements.txt index 8e5f0fda9f..8ff82e8f7e 100644 --- a/flytectl/doc-requirements.txt +++ b/flytectl/doc-requirements.txt @@ -25,7 +25,7 @@ docutils==0.17.1 # sphinx-panels furo @ git+https://github.com/flyteorg/furo@main # via -r doc-requirements.in -idna==3.6 +idna==3.7 # via requests imagesize==1.4.1 # via sphinx @@ -109,4 +109,3 @@ urllib3==2.1.0 # via requests zipp==3.17.0 # via importlib-metadata -setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability