From 165d591695a82c421d415a8fcc27f35853864acb Mon Sep 17 00:00:00 2001 From: Joe Mancuso Date: Mon, 11 Mar 2024 21:03:44 -0400 Subject: [PATCH] bumped watchdog --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b322fff6..4ec9aa4f 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "pyjwt>=2.3,<2.5", "pytest>=7,<8", "werkzeug>=2,<3", - "watchdog>=2,<3", + "watchdog>=2,<=4", ], # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[