From 8cc9233b5823e5d2b0e405a85dd056ff6a3aebfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:18:44 +0000 Subject: [PATCH] Bump urllib3 from 1.26.19 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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.19...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 00c8287..9a7d0ef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ vcrpy==2.0.1 betamax==0.8.1 betamax-serializers==0.2.0 pytest==4.5.0 -urllib3==1.26.19 +urllib3==2.6.3 diff --git a/setup.py b/setup.py index 9bffd79..d920ce7 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ "jsonrpyc>=1.1.0", "rtv>=1.26.0", "praw>=7.3.0", - "urllib3<=2.2.3", + "urllib3<=2.6.3", ], )