From 79dadddd0403472685384d66285e019b44cdaffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:25:02 +0000 Subject: [PATCH] chore: bump urllib3 from 2.5.0 to 2.6.0 in /examples/redteam-langchain 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] --- examples/redteam-langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redteam-langchain/requirements.txt b/examples/redteam-langchain/requirements.txt index f00aaac4892a..f874200b34b9 100644 --- a/examples/redteam-langchain/requirements.txt +++ b/examples/redteam-langchain/requirements.txt @@ -46,5 +46,5 @@ tiktoken==0.8.0 tqdm==4.67.1 typing-inspect==0.9.0 typing_extensions==4.12.2 -urllib3==2.5.0 +urllib3==2.6.0 yarl==1.18.3