From a0d791d01a59f244614c8331e7173d614d38fde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:59:40 +0000 Subject: [PATCH] Bump pyicu from 2.13.1 to 2.14 Bumps [pyicu](https://gitlab.pyicu.org/main/pyicu) from 2.13.1 to 2.14. --- updated-dependencies: - dependency-name: pyicu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-osspecials.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-osspecials.txt b/requirements-osspecials.txt index 2a2c751da..700d8ac93 100644 --- a/requirements-osspecials.txt +++ b/requirements-osspecials.txt @@ -1,3 +1,3 @@ -pyicu==2.13.1 ; sys_platform == 'linux' or sys_platform == 'darwin' +pyicu==2.14 ; sys_platform == 'linux' or sys_platform == 'darwin' dbus-python ; sys_platform == 'linux' winsdk ; sys_platform == 'win32'