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.
2 parents 0251ec4 + 676a0dd commit 33d7c9dCopy full SHA for 33d7c9d
.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=8.4.0
+HARFBUZZ_VERSION=8.5.0
20
LIBPNG_VERSION=1.6.43
21
JPEGTURBO_VERSION=3.0.2
22
OPENJPEG_VERSION=2.5.2
winbuild/build_prepare.py
@@ -113,7 +113,7 @@ def cmd_msbuild(
113
"BROTLI": "1.1.0",
114
"FREETYPE": "2.13.2",
115
"FRIBIDI": "1.0.13",
116
- "HARFBUZZ": "8.4.0",
+ "HARFBUZZ": "8.5.0",
117
"JPEGTURBO": "3.0.2",
118
"LCMS2": "2.16",
119
"LIBPNG": "1.6.43",
0 commit comments