Skip to content

Commit 9f2c702

Browse files
authored
Merge pull request #8656 from hugovk/zlib-2.2.3
2 parents 22d50fd + ade15fc commit 9f2c702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [[ -n "$IS_MACOS" ]]; then
5050
else
5151
GIFLIB_VERSION=5.2.1
5252
fi
53-
ZLIB_NG_VERSION=2.2.2
53+
ZLIB_NG_VERSION=2.2.3
5454
LIBWEBP_VERSION=1.5.0
5555
BZIP2_VERSION=1.0.8
5656
LIBXCB_VERSION=1.17.0

winbuild/build_prepare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def cmd_msbuild(
121121
"OPENJPEG": "2.5.3",
122122
"TIFF": "4.6.0",
123123
"XZ": "5.6.3",
124-
"ZLIBNG": "2.2.2",
124+
"ZLIBNG": "2.2.3",
125125
}
126126
V["LIBPNG_DOTLESS"] = V["LIBPNG"].replace(".", "")
127127
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])

0 commit comments

Comments
 (0)