From 4fe6e877787fb64de635ab8c27e7d870b5c4501e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:02:37 +0000 Subject: [PATCH] build(deps): bump urllib3 in /extras/vpp_config/scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 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..f23df16bbd 100644 --- a/extras/vpp_config/scripts/requirements.txt +++ b/extras/vpp_config/scripts/requirements.txt @@ -5,4 +5,4 @@ idna==2.9 pkg-resources==0.0.0 PyYAML==5.3.1 requests==2.23.0 -urllib3==1.25.9 +urllib3==2.5.0