From c5474e632f19e48f92f422fc597a52a0dd6434b5 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 9 Jan 2025 14:23:20 +0000 Subject: [PATCH] Add support for urllib 2.3.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 630b578..69d5990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # youtube-dl should be updated as frequently as possible "yt-dlp", "pillow>=7.0.0,<12.0", - "urllib3>=1.26.5,<2.3.0", + "urllib3>=1.26.5,<2.4.0", "piexif==1.1.3", # this dep is a nightmare in terms of release management, better pinned just like in optimize-images anyway "idna>=2.5,<4.0" ]