From 5d4be08a4c7073828cf612061642cdf8a9ff11b7 Mon Sep 17 00:00:00 2001 From: Micah Culpepper Date: Sun, 16 Aug 2026 13:57:40 -0600 Subject: [PATCH] updates urllib3 dependency specifier closes #2989 Signed-off-by: Micah Culpepper --- pyproject.toml | 2 +- requirements/main.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc3617f7fe..e4fc0b8e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ ] dependencies = [ "securesystemslib~=1.0", - "urllib3<3,>=1.21.1", + "urllib3~=2.0", ] dynamic = ["version"] diff --git a/requirements/main.txt b/requirements/main.txt index 611c6589d8..4d06f9e62d 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -7,4 +7,4 @@ # triggers CI/CD builds to automatically test against updated dependencies. # securesystemslib[crypto] -urllib3 +urllib3~=2.0