From ddfdbb3fe68b31c5bc29eb67fb7d4fbb7ff9b305 Mon Sep 17 00:00:00 2001 From: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:04:15 -0700 Subject: [PATCH] Update urllib3 dependency to >=2.5.0 (#264) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b81be84..f0fde69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pytest>=6.2.4", "cookiecutter>=2.2.3", "gcovr>=6.0", - "urllib3<2.0.0", + "urllib3>=2.5.0", "requests>=2.31.0", ]