From 3a747d942e74769e606199f6fd36db1576f0ad40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:04:08 +0000 Subject: [PATCH] [autoupdate-ICU] update ICU from "ICU 73.2" to "ICU 74.1" --- actions/dependencies.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index e5937223..72ee867a 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -10,9 +10,9 @@ set -euxo pipefail # in actions/updatelib.py. # START DEPENDENCY-AUTOUPDATE SECTION -ICU_NAME="ICU 73.2" -ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-Win64-MSVC2019.zip -ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz +ICU_NAME="ICU 74.1" +ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-Win64-MSVC2022.zip +ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-src.tgz JSON_VERSION=3.11.2 JSON_URL=https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip PYVERSIONS_WIN="3.7.9 3.8.10 3.9.13 3.10.11 3.11.6 3.12.0"