From b5a4aabc31ed564b385df3bbe6bad002f50c007b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:29:19 +0000 Subject: [PATCH] Bump urllib3 in /aieng-agents/aieng/agents/web_search Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aieng-agents/aieng/agents/web_search/requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aieng-agents/aieng/agents/web_search/requirements-app.txt b/aieng-agents/aieng/agents/web_search/requirements-app.txt index 384440a5..54b979fa 100644 --- a/aieng-agents/aieng/agents/web_search/requirements-app.txt +++ b/aieng-agents/aieng/agents/web_search/requirements-app.txt @@ -167,7 +167,7 @@ typing-extensions==4.15.0 # typing-inspection typing-inspection==0.4.2 # via pydantic -urllib3==2.5.0 +urllib3==2.6.3 # via # requests # sentry-sdk