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 7fe56d6 commit aa298b8Copy full SHA for aa298b8
.github/workflows/wheels-dependencies.sh
@@ -16,7 +16,7 @@ ARCHIVE_SDIR=pillow-depends-main
16
17
# Package versions for fresh source builds
18
FREETYPE_VERSION=2.13.2
19
-HARFBUZZ_VERSION=10.0.1
+HARFBUZZ_VERSION=10.1.0
20
LIBPNG_VERSION=1.6.44
21
JPEGTURBO_VERSION=3.0.4
22
OPENJPEG_VERSION=2.5.2
winbuild/build_prepare.py
@@ -112,7 +112,7 @@ def cmd_msbuild(
112
"BROTLI": "1.1.0",
113
"FREETYPE": "2.13.3",
114
"FRIBIDI": "1.0.16",
115
- "HARFBUZZ": "10.0.1",
+ "HARFBUZZ": "10.1.0",
116
"JPEGTURBO": "3.0.4",
117
"LCMS2": "2.16",
118
"LIBPNG": "1.6.44",
0 commit comments