Skip to content

Commit 0bfaba1

Browse files
authored
Merge pull request #8711 from radarhere/xz
Updated xz to 5.6.4
2 parents 7cd98e8 + 16a8e2b commit 0bfaba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ HARFBUZZ_VERSION=10.1.0
4242
LIBPNG_VERSION=1.6.46
4343
JPEGTURBO_VERSION=3.1.0
4444
OPENJPEG_VERSION=2.5.3
45-
XZ_VERSION=5.6.3
45+
XZ_VERSION=5.6.4
4646
TIFF_VERSION=4.6.0
4747
LCMS2_VERSION=2.16
4848
ZLIB_NG_VERSION=2.2.3

winbuild/build_prepare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cmd_msbuild(
120120
"LIBWEBP": "1.5.0",
121121
"OPENJPEG": "2.5.3",
122122
"TIFF": "4.6.0",
123-
"XZ": "5.6.3",
123+
"XZ": "5.6.4",
124124
"ZLIBNG": "2.2.3",
125125
}
126126
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])

0 commit comments

Comments
 (0)