From c6fed892284f259421a830c2f0aacda5bbbb3061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:57:48 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.6.0 in /Discord News Bot With AI Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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/1.26.15...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Discord News Bot With AI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Discord News Bot With AI/requirements.txt b/Discord News Bot With AI/requirements.txt index b57c764cb8..878a7b9485 100644 --- a/Discord News Bot With AI/requirements.txt +++ b/Discord News Bot With AI/requirements.txt @@ -14,5 +14,5 @@ openai==0.27.2 requests==2.31.0 schedule==1.1.0 tqdm==4.65.0 -urllib3==1.26.15 +urllib3==2.6.0 yarl==1.8.2 \ No newline at end of file