From 59f6ae83c48946017b41f0e8bfbc96c0a252ef7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 03:30:10 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 2.5.0 in /stack/ansible/example Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 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.12...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stack/ansible/example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/ansible/example/requirements.txt b/stack/ansible/example/requirements.txt index 0973f091..014702c9 100644 --- a/stack/ansible/example/requirements.txt +++ b/stack/ansible/example/requirements.txt @@ -30,5 +30,5 @@ resolvelib==0.8.1 rsa==4.9 s3transfer==0.6.0 six==1.16.0 -urllib3==1.26.12 +urllib3==2.5.0 websocket-client==1.4.1