We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a553a commit b9d55b9Copy full SHA for b9d55b9
.github/workflows/wheels-dependencies.sh
@@ -95,7 +95,7 @@ ARCHIVE_SDIR=pillow-depends-main
95
# you change those versions, ensure the patch is also updated.
96
FREETYPE_VERSION=2.13.3
97
HARFBUZZ_VERSION=11.2.1
98
-LIBPNG_VERSION=1.6.49
+LIBPNG_VERSION=1.6.50
99
JPEGTURBO_VERSION=3.1.1
100
OPENJPEG_VERSION=2.5.3
101
XZ_VERSION=5.8.1
winbuild/build_prepare.py
@@ -121,7 +121,7 @@ def cmd_msbuild(
121
"LCMS2": "2.17",
122
"LIBAVIF": "1.3.0",
123
"LIBIMAGEQUANT": "4.3.4",
124
- "LIBPNG": "1.6.49",
+ "LIBPNG": "1.6.50",
125
"LIBWEBP": "1.5.0",
126
"OPENJPEG": "2.5.3",
127
"TIFF": "4.7.0",
0 commit comments