We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cd98e8 + 16a8e2b commit 0bfaba1Copy full SHA for 0bfaba1
.github/workflows/wheels-dependencies.sh
@@ -42,7 +42,7 @@ HARFBUZZ_VERSION=10.1.0
42
LIBPNG_VERSION=1.6.46
43
JPEGTURBO_VERSION=3.1.0
44
OPENJPEG_VERSION=2.5.3
45
-XZ_VERSION=5.6.3
+XZ_VERSION=5.6.4
46
TIFF_VERSION=4.6.0
47
LCMS2_VERSION=2.16
48
ZLIB_NG_VERSION=2.2.3
winbuild/build_prepare.py
@@ -120,7 +120,7 @@ def cmd_msbuild(
120
"LIBWEBP": "1.5.0",
121
"OPENJPEG": "2.5.3",
122
"TIFF": "4.6.0",
123
- "XZ": "5.6.3",
+ "XZ": "5.6.4",
124
"ZLIBNG": "2.2.3",
125
}
126
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
0 commit comments