From dec03ec87695209de0b26c331b5172f4762ed648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:06:57 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.6.3 in /Discord News Bot With AI Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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/1.26.15...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..35d762b7b5 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.3 yarl==1.8.2 \ No newline at end of file