Skip to content

Commit ede46d4

Browse files
authored
Merge pull request #8745 from radarhere/zlibng
2 parents 9b2ea83 + 45d8d80 commit ede46d4

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
@@ -45,7 +45,7 @@ OPENJPEG_VERSION=2.5.3
4545
XZ_VERSION=5.6.4
4646
TIFF_VERSION=4.6.0
4747
LCMS2_VERSION=2.16
48-
ZLIB_NG_VERSION=2.2.3
48+
ZLIB_NG_VERSION=2.2.4
4949
LIBWEBP_VERSION=1.5.0
5050
BZIP2_VERSION=1.0.8
5151
LIBXCB_VERSION=1.17.0

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def cmd_msbuild(
122122
"OPENJPEG": "2.5.3",
123123
"TIFF": "4.6.0",
124124
"XZ": "5.6.4",
125-
"ZLIBNG": "2.2.3",
125+
"ZLIBNG": "2.2.4",
126126
}
127127
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
128128

0 commit comments

Comments
 (0)