Skip to content

Commit 55a25aa

Browse files
authored
Merge pull request #8411 from radarhere/harfbuzz
2 parents 8d0a6d0 + 3f8b496 commit 55a25aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARCHIVE_SDIR=pillow-depends-main
1717
# Package versions for fresh source builds
1818
FREETYPE_VERSION=2.13.2
1919
if [[ "$MB_ML_VER" != 2014 ]]; then
20-
HARFBUZZ_VERSION=9.0.0
20+
HARFBUZZ_VERSION=10.0.0
2121
else
2222
HARFBUZZ_VERSION=8.5.0
2323
fi

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def cmd_msbuild(
112112
"BROTLI": "1.1.0",
113113
"FREETYPE": "2.13.3",
114114
"FRIBIDI": "1.0.15",
115-
"HARFBUZZ": "9.0.0",
115+
"HARFBUZZ": "10.0.0",
116116
"JPEGTURBO": "3.0.4",
117117
"LCMS2": "2.16",
118118
"LIBPNG": "1.6.44",

0 commit comments

Comments
 (0)