From 375b2d734888359c9ea95d4fefc7499cbd5845b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:54:53 +0000 Subject: [PATCH] Update uharfbuzz requirement from <0.45.0,>=0.25.0 to >=0.25.0,<0.46.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.45.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 fd36bd0d..3a10d9f3 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.45.0", + "uharfbuzz>=0.25.0,<0.46.0", ] image-support = [ # Only tested systematically on 8.x,