From f36dba183261a02677e2d46ad86ee67ae511336a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:38:25 +0000 Subject: [PATCH] build(deps): bump idna from 2.9 to 3.15 in /extras/vpp_config/scripts Bumps [idna](https://github.com/kjd/idna) from 2.9 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/v2.9...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extras/vpp_config/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/vpp_config/scripts/requirements.txt b/extras/vpp_config/scripts/requirements.txt index a63bc6abf9..aaac9aaaa7 100644 --- a/extras/vpp_config/scripts/requirements.txt +++ b/extras/vpp_config/scripts/requirements.txt @@ -1,7 +1,7 @@ certifi==2020.4.5.1 chardet==3.0.4 distro==1.5.0 -idna==2.9 +idna==3.15 pkg-resources==0.0.0 PyYAML==5.3.1 requests==2.23.0