From d2514f2422f2f6b76dfd20db8fbf6508a53fcb7c Mon Sep 17 00:00:00 2001 From: Javier Romero Castro Date: Mon, 30 Oct 2023 10:47:08 +0100 Subject: [PATCH] setup: pin watchdog (cherry picked from commit d1a75bf1c644ed1ce8a8ef672ec728a608adbf6e) --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index ebcef32..c3d7292 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,8 @@ install_requires = MarkupSafe>=0.23 # Pinned because of https://github.com/inveniosoftware/invenio-base/issues/176 Werkzeug>=1.0.1,<2.3.0 + # Pinned because werkzeug is pinned and in consequence we suffer this https://github.com/pallets/werkzeug/issues/2603 + watchdog>2.0.0,<2.3.0 # importlib needed until Python 3.9 end of life since we're using # importlib.metadata features from v3.10). Version numbers are aligned with # Python v3.10 feature set.