We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfaba1 commit 569b785Copy full SHA for 569b785
.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=10.1.0
+HARFBUZZ_VERSION=10.2.0
42
LIBPNG_VERSION=1.6.46
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": "10.1.0",
+ "HARFBUZZ": "10.2.0",
117
"JPEGTURBO": "3.1.0",
118
"LCMS2": "2.16",
119
"LIBPNG": "1.6.46",
0 commit comments