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 0995305 commit e02e4aaCopy full SHA for e02e4aa
.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.2
41
-HARFBUZZ_VERSION=10.0.1
+HARFBUZZ_VERSION=10.1.0
42
LIBPNG_VERSION=1.6.44
43
JPEGTURBO_VERSION=3.0.4
44
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