From dd1ee860cb99e6492843736df1523814617f0cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:22:30 +0000 Subject: [PATCH] chore(deps): bump urllib3 Bumps the pip group with 1 update in the /tests/docker directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.3 to 2.7.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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index a8b86eb1..7dae8cdf 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -31,7 +31,7 @@ ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 six==1.16.0 typing_extensions==4.15.0 -urllib3==2.6.3 +urllib3==2.7.0 websocket-client==1.9.0 Werkzeug==3.1.6 zipp==3.23.0