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.
1 parent 526415d commit d975e31Copy full SHA for d975e31
2 files changed
.github/workflows/wheels-dependencies.sh
@@ -102,7 +102,7 @@ XZ_VERSION=5.8.1
102
TIFF_VERSION=4.7.0
103
LCMS2_VERSION=2.17
104
ZLIB_VERSION=1.3.1
105
-ZLIB_NG_VERSION=2.2.4
+ZLIB_NG_VERSION=2.2.5
106
LIBWEBP_VERSION=1.6.0
107
BZIP2_VERSION=1.0.8
108
LIBXCB_VERSION=1.17.0
winbuild/build_prepare.py
@@ -126,7 +126,7 @@ def cmd_msbuild(
126
"OPENJPEG": "2.5.3",
127
"TIFF": "4.7.0",
128
"XZ": "5.8.1",
129
- "ZLIBNG": "2.2.4",
+ "ZLIBNG": "2.2.5",
130
}
131
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
132
0 commit comments