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.
2 parents e42528e + dfc6443 commit 00d28bdCopy full SHA for 00d28bd
.github/workflows/wheels-dependencies.sh
@@ -17,7 +17,7 @@ ARCHIVE_SDIR=pillow-depends-main
17
# Package versions for fresh source builds
18
FREETYPE_VERSION=2.13.2
19
HARFBUZZ_VERSION=8.3.0
20
-LIBPNG_VERSION=1.6.40
+LIBPNG_VERSION=1.6.43
21
JPEGTURBO_VERSION=3.0.2
22
OPENJPEG_VERSION=2.5.2
23
XZ_VERSION=5.4.5
winbuild/build_prepare.py
@@ -116,7 +116,7 @@ def cmd_msbuild(
116
"HARFBUZZ": "8.3.0",
117
"JPEGTURBO": "3.0.2",
118
"LCMS2": "2.16",
119
- "LIBPNG": "1.6.39",
+ "LIBPNG": "1.6.43",
120
"LIBWEBP": "1.3.2",
121
"OPENJPEG": "2.5.2",
122
"TIFF": "4.6.0",
0 commit comments