From 80a757dce194612a2f147bfe709c99c6e70cd0e0 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 31 Jul 2025 11:04:46 -0400 Subject: [PATCH] PDF support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8b1d42..39ce203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "appdirs ==1.4.4", "APScheduler ==3.9.1", "translatehtml ==1.5.2", - "argos-translate-files ==1.3.0", + "argos-translate-files ==1.4.0", "itsdangerous ==2.1.2", "Werkzeug ==2.3.8", "requests ==2.31.0",