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 7d78ac5 commit 6d1e9d5Copy full SHA for 6d1e9d5
.github/workflows/wheels-dependencies.sh
@@ -91,7 +91,7 @@ ARCHIVE_SDIR=pillow-depends-main
91
92
# Package versions for fresh source builds.
93
FREETYPE_VERSION=2.14.3
94
-HARFBUZZ_VERSION=13.2.1
+HARFBUZZ_VERSION=14.0.0
95
LIBPNG_VERSION=1.6.56
96
JPEGTURBO_VERSION=3.1.4.1
97
OPENJPEG_VERSION=2.5.4
winbuild/build_prepare.py
@@ -116,7 +116,7 @@ def cmd_msbuild(
116
"BROTLI": "1.2.0",
117
"FREETYPE": "2.14.3",
118
"FRIBIDI": "1.0.16",
119
- "HARFBUZZ": "13.2.1",
+ "HARFBUZZ": "14.0.0",
120
"JPEGTURBO": "3.1.4.1",
121
"LCMS2": "2.18",
122
"LIBAVIF": "1.4.1",
0 commit comments