From 7e5b3f86f1c00a552758bbc41414b8841400fbdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:43:16 +0000 Subject: [PATCH] chore(deps): update dependency hyperglot to <=0.6.1 (#867) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8ae4b43..9301fc60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ 'ttfautohint-py', 'brotli', 'jinja2', - 'hyperglot<=0.4.5', + 'hyperglot<=0.6.1', 'fontFeatures', 'vharfbuzz', 'bumpfontversion',