From 84a5fc84d5cec9b876ce28db28729dd983a6f229 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:21:27 +0000 Subject: [PATCH] Update dependency gflanguages to >=0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46159ef..86c76e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", ] dependencies= [ -"gflanguages >=0.7.0", +"gflanguages >=0.7.1", "termcolor >=2.4.0", "vharfbuzz", "strictyaml",