From 3bacdb1f82b664d6600151ff8a0ba01abaaa283d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:26:58 +0000 Subject: [PATCH] Bump urllib3 in /blog-examples/llama-index/hacknernews_app Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.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.2.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blog-examples/llama-index/hacknernews_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-examples/llama-index/hacknernews_app/requirements.txt b/blog-examples/llama-index/hacknernews_app/requirements.txt index 31712b01..00a12e5d 100644 --- a/blog-examples/llama-index/hacknernews_app/requirements.txt +++ b/blog-examples/llama-index/hacknernews_app/requirements.txt @@ -202,7 +202,7 @@ typing_extensions==4.9.0 tzdata==2024.1 tzlocal==5.2 uri-template==1.3.0 -urllib3==2.2.0 +urllib3==2.5.0 validators==0.22.0 virtualenv==20.25.0 wcwidth==0.2.13