From cc2aa541837f17328655b6a25c05de7c064084e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:44:11 +0000 Subject: [PATCH] Update uharfbuzz requirement from <0.43.0,>=0.25.0 to >=0.25.0,<0.44.0 Updates the requirements on [uharfbuzz](https://github.com/trufont/uharfbuzz) to permit the latest version. - [Release notes](https://github.com/trufont/uharfbuzz/releases) - [Commits](https://github.com/trufont/uharfbuzz/compare/v0.25.0...v0.43.0) --- updated-dependencies: - dependency-name: uharfbuzz dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35eb4bae..c8d1411b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ opentype = [ "fonttools>=4.33.3", # uharfbuzz sometimes includes breaking changes, so # we set an explicit range - "uharfbuzz>=0.25.0,<0.43.0", + "uharfbuzz>=0.25.0,<0.44.0", ] image-support = [ # Only tested systematically on 8.x,