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 cee238b + 19829c3 commit 680e686Copy full SHA for 680e686
.github/workflows/wheels-dependencies.sh
@@ -94,7 +94,7 @@ ARCHIVE_SDIR=pillow-depends-main
94
# annotations have a source code patch that is required for some platforms. If
95
# you change those versions, ensure the patch is also updated.
96
FREETYPE_VERSION=2.13.3
97
-HARFBUZZ_VERSION=11.2.1
+HARFBUZZ_VERSION=11.3.3
98
LIBPNG_VERSION=1.6.50
99
JPEGTURBO_VERSION=3.1.1
100
OPENJPEG_VERSION=2.5.3
winbuild/build_prepare.py
@@ -116,7 +116,7 @@ def cmd_msbuild(
116
"BROTLI": "1.1.0",
117
"FREETYPE": "2.13.3",
118
"FRIBIDI": "1.0.16",
119
- "HARFBUZZ": "11.2.1",
+ "HARFBUZZ": "11.3.3",
120
"JPEGTURBO": "3.1.1",
121
"LCMS2": "2.17",
122
"LIBAVIF": "1.3.0",
0 commit comments