From ebbba3e4f6670ce7984f55cbd1c0dc0e62bd6c68 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 28 Mar 2025 14:24:26 -0400 Subject: [PATCH] Update lexilang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b22172..0e403f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "waitress ==2.1.2", "expiringdict ==1.2.2", "langdetect==1.0.9", - "lexilang==1.0.4", + "lexilang==1.0.6", "morfessor ==2.0.6", "appdirs ==1.4.4", "APScheduler ==3.9.1",