From bab5e082ce40efa7e73f1aba946369dba342daf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:50:27 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /utils/git Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/git/requirements_formatting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/git/requirements_formatting.txt b/utils/git/requirements_formatting.txt index 37a3a7acee..97361a62f9 100644 --- a/utils/git/requirements_formatting.txt +++ b/utils/git/requirements_formatting.txt @@ -24,7 +24,7 @@ darker==1.7.2 # via -r llvm/utils/git/requirements_formatting.txt.in deprecated==1.2.14 # via pygithub -idna==3.4 +idna==3.7 # via requests mypy-extensions==1.0.0 # via black