From bafcfb3a9695a26c0232488c873a04479470b564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:06:49 +0000 Subject: [PATCH] Bump urllib3 from 1.26.19 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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.19...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 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..2956285 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.0 diff --git a/setup.py b/setup.py index 9bffd79..7fd2171 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.0", ], )