From 9f5b50241d4ea05a3a09b4907b2368200bec7a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:49:35 +0000 Subject: [PATCH] Update uharfbuzz requirement from <0.39.0,>=0.25.0 to >=0.25.0,<0.40.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.39.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 34b08da6..ed8018aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ opentype = [ "fonttools>=4.33.3", # uharfbuzz sometimes includes breaking changes, so # we set an explicit range - "uharfbuzz>=0.25.0,<0.39.0", + "uharfbuzz>=0.25.0,<0.40.0", ] image-support = [ # Only tested systematically on 8.x,