Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8eddb86

Browse files
authored
Updated zlib-ng to 2.3.3 (#9418)
2 parents e108e64 + 1ac7691 commit 8eddb86

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
@@ -103,7 +103,7 @@ XZ_VERSION=5.8.2
103103
ZSTD_VERSION=1.5.7
104104
TIFF_VERSION=4.7.1
105105
LCMS2_VERSION=2.18
106-
ZLIB_NG_VERSION=2.3.2
106+
ZLIB_NG_VERSION=2.3.3
107107
LIBWEBP_VERSION=1.6.0
108108
BZIP2_VERSION=1.0.8
109109
LIBXCB_VERSION=1.17.0

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def cmd_msbuild(
126126
"OPENJPEG": "2.5.4",
127127
"TIFF": "4.7.1",
128128
"XZ": "5.8.2",
129-
"ZLIBNG": "2.3.2",
129+
"ZLIBNG": "2.3.3",
130130
}
131131
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
132132

0 commit comments

Comments
 (0)