Skip to content

Commit 7d5aa24

Browse files
authored
Merge pull request #243 from openzim/update_urllib3
Add support for urllib3 2.3.x
2 parents 48287d4 + c5474e6 commit 7d5aa24

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)