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 58f9a1d + cf4a8ee commit 44db070Copy full SHA for 44db070
.github/workflows/wheels-dependencies.sh
@@ -95,7 +95,7 @@ HARFBUZZ_VERSION=13.2.1
95
LIBPNG_VERSION=1.6.56
96
JPEGTURBO_VERSION=3.1.4.1
97
OPENJPEG_VERSION=2.5.4
98
-XZ_VERSION=5.8.2
+XZ_VERSION=5.8.3
99
ZSTD_VERSION=1.5.7
100
TIFF_VERSION=4.7.1
101
LCMS2_VERSION=2.18
winbuild/build_prepare.py
@@ -125,7 +125,7 @@ def cmd_msbuild(
125
"LIBWEBP": "1.6.0",
126
"OPENJPEG": "2.5.4",
127
"TIFF": "4.7.1",
128
- "XZ": "5.8.2",
+ "XZ": "5.8.3",
129
"ZLIBNG": "2.3.3",
130
}
131
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
0 commit comments