Skip to content

Commit 7f977f6

Browse files
committed
Updated xz to 5.6.2
1 parent a49a42a commit 7f977f6

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
@@ -20,7 +20,7 @@ HARFBUZZ_VERSION=8.4.0
2020
LIBPNG_VERSION=1.6.43
2121
JPEGTURBO_VERSION=3.0.2
2222
OPENJPEG_VERSION=2.5.2
23-
XZ_VERSION=5.4.5
23+
XZ_VERSION=5.6.2
2424
TIFF_VERSION=4.6.0
2525
LCMS2_VERSION=2.16
2626
if [[ -n "$IS_MACOS" ]]; then

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cmd_msbuild(
120120
"LIBWEBP": "1.3.2",
121121
"OPENJPEG": "2.5.2",
122122
"TIFF": "4.6.0",
123-
"XZ": "5.4.5",
123+
"XZ": "5.6.2",
124124
"ZLIB": "1.3.1",
125125
}
126126
V["LIBPNG_DOTLESS"] = V["LIBPNG"].replace(".", "")

0 commit comments

Comments
 (0)