We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c71559 commit c64a7b5Copy full SHA for c64a7b5
.github/workflows/wheels-dependencies.sh
@@ -38,7 +38,7 @@ ARCHIVE_SDIR=pillow-depends-main
38
39
# Package versions for fresh source builds
40
FREETYPE_VERSION=2.13.3
41
-HARFBUZZ_VERSION=11.1.0
+HARFBUZZ_VERSION=11.2.1
42
LIBPNG_VERSION=1.6.47
43
JPEGTURBO_VERSION=3.1.0
44
OPENJPEG_VERSION=2.5.3
winbuild/build_prepare.py
@@ -113,7 +113,7 @@ def cmd_msbuild(
113
"BROTLI": "1.1.0",
114
"FREETYPE": "2.13.3",
115
"FRIBIDI": "1.0.16",
116
- "HARFBUZZ": "11.1.0",
+ "HARFBUZZ": "11.2.1",
117
"JPEGTURBO": "3.1.0",
118
"LCMS2": "2.17",
119
"LIBAVIF": "1.2.1",
0 commit comments