From 8cf306a13015739f27a323d0a61572aabced605f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:07:46 +0000 Subject: [PATCH] Bump urllib3 from 1.26.20 to 2.5.0 in /test/system Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 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.26.20...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/requirements.txt b/test/system/requirements.txt index 580e9ce3..70406d3c 100644 --- a/test/system/requirements.txt +++ b/test/system/requirements.txt @@ -1,7 +1,7 @@ awsiotsdk==1.17.0 boto3==1.20.34 botocore==1.23.54 -urllib3==1.26.20 +urllib3==2.5.0 protobuf==3.20.2 can-isotp==1.7 prompt_toolkit==3.0.21