Skip to content

Commit 44db070

Browse files
authored
Update xz to 5.8.3 (#9523)
2 parents 58f9a1d + cf4a8ee commit 44db070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ HARFBUZZ_VERSION=13.2.1
9595
LIBPNG_VERSION=1.6.56
9696
JPEGTURBO_VERSION=3.1.4.1
9797
OPENJPEG_VERSION=2.5.4
98-
XZ_VERSION=5.8.2
98+
XZ_VERSION=5.8.3
9999
ZSTD_VERSION=1.5.7
100100
TIFF_VERSION=4.7.1
101101
LCMS2_VERSION=2.18

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def cmd_msbuild(
125125
"LIBWEBP": "1.6.0",
126126
"OPENJPEG": "2.5.4",
127127
"TIFF": "4.7.1",
128-
"XZ": "5.8.2",
128+
"XZ": "5.8.3",
129129
"ZLIBNG": "2.3.3",
130130
}
131131
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])

0 commit comments

Comments
 (0)