From c691bd0bacd0500d30e3b5a2b20229e8646a16e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:30:52 +0000 Subject: [PATCH] Bump urllib3 in /opensciencegrid/osgconnect-report/osgconnect-report Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../osgconnect-report/osgconnect-report/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensciencegrid/osgconnect-report/osgconnect-report/requirements.txt b/opensciencegrid/osgconnect-report/osgconnect-report/requirements.txt index 65b0b565..8ef93430 100644 --- a/opensciencegrid/osgconnect-report/osgconnect-report/requirements.txt +++ b/opensciencegrid/osgconnect-report/osgconnect-report/requirements.txt @@ -13,5 +13,5 @@ requests==2.32.4 toml==0.10.2 tqdm==4.60.0 typing-extensions==3.7.4.3 -urllib3==2.5.0 +urllib3==2.6.0 zipp==3.19.1