From 33860f62ab79249fafde09c9a0c0f23438154434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:10:17 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement from ~=2.3.0 to ~=2.5.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4a04b64..15c4e238 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ openshift==0.13.2 # 0.13.1 # 0.12.0 kubernetes~=32.0.1 # 27.2.0 # 26.1.0 # 12.0.1 dnspython==2.7.0 # 2.6.1 # 2.3.0 # 2.1.0 docker==7.1.0 # 7.0.0 # 5.0.3 -urllib3~=2.3.0 # 1.26.18 +urllib3~=2.5.0 # 1.26.18 wheel>=0.44.0 # 0.38.1 setuptools>=75.1.0 # 65.5.1