We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22d50fd + ade15fc commit 9f2c702Copy full SHA for 9f2c702
.github/workflows/wheels-dependencies.sh
@@ -50,7 +50,7 @@ if [[ -n "$IS_MACOS" ]]; then
50
else
51
GIFLIB_VERSION=5.2.1
52
fi
53
-ZLIB_NG_VERSION=2.2.2
+ZLIB_NG_VERSION=2.2.3
54
LIBWEBP_VERSION=1.5.0
55
BZIP2_VERSION=1.0.8
56
LIBXCB_VERSION=1.17.0
winbuild/build_prepare.py
@@ -121,7 +121,7 @@ def cmd_msbuild(
121
"OPENJPEG": "2.5.3",
122
"TIFF": "4.6.0",
123
"XZ": "5.6.3",
124
- "ZLIBNG": "2.2.2",
+ "ZLIBNG": "2.2.3",
125
}
126
V["LIBPNG_DOTLESS"] = V["LIBPNG"].replace(".", "")
127
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
0 commit comments