From b6d169c63529efa6b36c2ed5c1fd49a114e338ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 23:59:34 +0000 Subject: [PATCH] Bump idna from 3.7 to 3.15 in /llvm/utils/git 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] --- llvm/utils/git/requirements_formatting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/git/requirements_formatting.txt b/llvm/utils/git/requirements_formatting.txt index 2fe8867ba84b..a9132406d6b4 100644 --- a/llvm/utils/git/requirements_formatting.txt +++ b/llvm/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.7 +idna==3.15 # via requests mypy-extensions==1.0.0 # via black