From 7cc483858b05fcf63dbbef4855441037e573e0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 08:48:01 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /scripts/upgrade-codeql-dependencies 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-version: '3.7' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/upgrade-codeql-dependencies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade-codeql-dependencies/requirements.txt b/scripts/upgrade-codeql-dependencies/requirements.txt index 55b810e4aa..acfbc3b49b 100644 --- a/scripts/upgrade-codeql-dependencies/requirements.txt +++ b/scripts/upgrade-codeql-dependencies/requirements.txt @@ -1,6 +1,6 @@ certifi==2023.7.22 charset-normalizer==3.2.0 -idna==3.4 +idna==3.7 requests==2.31.0 semantic-version==2.10.0 urllib3==1.26.18