From 83951d2487c62b5432136f0b1cd4185f0ded0afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 10:40:44 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.3.0 to 2.4.0 in /tools/triage Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.4.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.3.0...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/triage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/triage/requirements.txt b/tools/triage/requirements.txt index 662533b..1033d5b 100644 --- a/tools/triage/requirements.txt +++ b/tools/triage/requirements.txt @@ -10,5 +10,5 @@ PyJWT==2.10.1 PyNaCl==1.5.0 requests==2.32.3 typing_extensions==4.12.2 -urllib3==2.3.0 +urllib3==2.4.0 wrapt==1.17.2