Skip to content

Commit c5474e6

Browse files
committed
Add support for urllib 2.3.x
1 parent 48287d4 commit c5474e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
# youtube-dl should be updated as frequently as possible
3131
"yt-dlp",
3232
"pillow>=7.0.0,<12.0",
33-
"urllib3>=1.26.5,<2.3.0",
33+
"urllib3>=1.26.5,<2.4.0",
3434
"piexif==1.1.3", # this dep is a nightmare in terms of release management, better pinned just like in optimize-images anyway
3535
"idna>=2.5,<4.0"
3636
]

0 commit comments

Comments
 (0)