From c60bc431c58ed3406139482ba0c8e497e7418c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:08:21 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement in /operator 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.6.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- operator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/requirements.txt b/operator/requirements.txt index a8ffabe..34f9b7d 100644 --- a/operator/requirements.txt +++ b/operator/requirements.txt @@ -1,4 +1,4 @@ kopf==1.44.6 kubernetes==36.0.2 -urllib3>=2.6.0 +urllib3>=2.7.0 PyYAML==6.0.3