From c0bd490f72f7f16478052f3dd27406e26516678d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:54:41 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement in /python/ontap 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.7.0...2.8.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/ontap/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ontap/requirements.txt b/python/ontap/requirements.txt index 486b3a2..ecb470e 100644 --- a/python/ontap/requirements.txt +++ b/python/ontap/requirements.txt @@ -1,2 +1,2 @@ requests>=2.34.2,<3 -urllib3>=2.7.0,<3 +urllib3>=2.8.0,<3