From c66b233154272aa6175802e8da41de34eb07d91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:08:23 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../frameworks/langgraph/multi_agent/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initiatives/agent_security_initiative/code_samples/top_10_for_llms/frameworks/langgraph/multi_agent/requirements.txt b/initiatives/agent_security_initiative/code_samples/top_10_for_llms/frameworks/langgraph/multi_agent/requirements.txt index 0ab27147..3e2d72bd 100644 --- a/initiatives/agent_security_initiative/code_samples/top_10_for_llms/frameworks/langgraph/multi_agent/requirements.txt +++ b/initiatives/agent_security_initiative/code_samples/top_10_for_llms/frameworks/langgraph/multi_agent/requirements.txt @@ -1291,9 +1291,9 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0" typing-inspect==0.9.0 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f \ --hash=sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78 -urllib3==2.3.0 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \ - --hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d +urllib3==2.5.0 ; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \ + --hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc yarl==1.18.3 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:00e5a1fea0fd4f5bfa7440a47eff01d9822a65b4488f7cff83155a0f31a2ecba \ --hash=sha256:02ddb6756f8f4517a2d5e99d8b2f272488e18dd0bfbc802f31c16c6c20f22193 \