From 7e8e020d24cc50224046a87b3aab5dcaeac991ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 27 Sep 2024 20:13:24 -0400 Subject: [PATCH] Update watchdog from 3.0.0 to 5.0.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 583a0ec..d6a5966 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,5 +5,5 @@ flake8==5.0.4 # pyup: ignore, latest version does not with python 3.7 PyYAML==6.0.1 Sphinx==4.3.2 # pyup: ignore, latest version does not work with python 3.7 tox==3.28.0 # pyup: ignore, latest version does not work with python 3.7 -watchdog==3.0.0 +watchdog==5.0.3 wheel==0.41.1