From 385c44c005da93e0e3c7ecf0e6f486e29a198584 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Wed, 8 Nov 2023 10:47:39 +0000 Subject: [PATCH] bump glyphsets dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76dd5ca..ebf7843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = ">=3.7,<4.0" fontTools = { version = ">=4.37.3", extras = ["ufo"] } jinja2 = "*" Pillow = "*" -glyphsets = ">=0.6.0" +glyphsets = ">=0.6.5" uharfbuzz = "*" pyahocorasick = "*" selenium = ">=4.4.3"