Thanks to visit codestin.com Credit goes to github.com
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 e108e64 + 1ac7691 commit 8eddb86Copy full SHA for 8eddb86
.github/workflows/wheels-dependencies.sh
@@ -103,7 +103,7 @@ XZ_VERSION=5.8.2
103
ZSTD_VERSION=1.5.7
104
TIFF_VERSION=4.7.1
105
LCMS2_VERSION=2.18
106
-ZLIB_NG_VERSION=2.3.2
+ZLIB_NG_VERSION=2.3.3
107
LIBWEBP_VERSION=1.6.0
108
BZIP2_VERSION=1.0.8
109
LIBXCB_VERSION=1.17.0
winbuild/build_prepare.py
@@ -126,7 +126,7 @@ def cmd_msbuild(
126
"OPENJPEG": "2.5.4",
127
"TIFF": "4.7.1",
128
"XZ": "5.8.2",
129
- "ZLIBNG": "2.3.2",
+ "ZLIBNG": "2.3.3",
130
}
131
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
132
0 commit comments