From 701b23e8074fc57513122278c7727e787cca7e30 Mon Sep 17 00:00:00 2001 From: Alain Poirier Date: Tue, 3 Sep 2024 11:45:21 +0200 Subject: [PATCH] https://github.com/gorakhargosh/watchdog/pull/1062 fixed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e175221..cc59725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ authors = [{ name = 'Net-ng' }, { email = 'contact@net-ng.com' }] license = { file = 'LICENSE.txt' } requires-python = '>=3.7' dependencies = [ - 'watchdog<5.0.0', + 'watchdog', 'webob', "legacy-cgi ; python_full_version>='3.13.0a1'", 'nagare-server',