From f8304edd77c98005d738c50f7308b7a2e951cd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:18:23 +0000 Subject: [PATCH] Bump urllib3 in /pipeline/scripts/check-target-group-health Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.7.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.6.2...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- pipeline/scripts/check-target-group-health/Pipfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipeline/scripts/check-target-group-health/Pipfile.lock b/pipeline/scripts/check-target-group-health/Pipfile.lock index a79b02f5a..46f8e9ecc 100644 --- a/pipeline/scripts/check-target-group-health/Pipfile.lock +++ b/pipeline/scripts/check-target-group-health/Pipfile.lock @@ -211,12 +211,12 @@ }, "urllib3": { "hashes": [ - "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", - "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd" + "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", + "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897" ], "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==2.6.2" + "markers": "python_version >= '3.10'", + "version": "==2.7.0" } }, "develop": {}