From 92400895550624a1b8fcef55297fc424b36fdce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Fri, 5 Jul 2024 18:17:06 +0200 Subject: [PATCH] bump up gfonts always-latest dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 308a564037..17c6c1d3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,8 @@ ufo2ft = [ # always be up-to-date, so we treat any update to these deps the same way we would # deal with API-breaking updates. Only the latest released version is acceptable: googlefontsalwayslatest = [ - "axisregistry >= 0.4.9, == 0.4.*", - "gflanguages >= 0.6.1, == 0.6.*", + "axisregistry >= 0.4.10, == 0.4.*", + "gflanguages >= 0.6.2, == 0.6.*", "gfsubsets >= 2024.5.9", "glyphsets >= 1.0.0, == 1.*", "shaperglot >= 0.5.0, == 0.5.*",