From 6d357554056aac16e1d442337adf1c5f9ce88ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:42:17 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.2.3 to 2.3.0 in /tools/triage Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.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.2.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 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 44dbfffe..fca3868c 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.2.3 +urllib3==2.3.0 wrapt==1.17.0