From 2dc7eb8b32a0fe88bd64461e1d595249a45be285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:26:56 +0000 Subject: [PATCH] Update uharfbuzz requirement from <0.44.0,>=0.25.0 to >=0.25.0,<0.45.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.44.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 c8d1411b..5f4c7f5b 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.44.0", + "uharfbuzz>=0.25.0,<0.45.0", ] image-support = [ # Only tested systematically on 8.x,