From 370775ff3c76249a7f48de6b1e1f714cdf5d9917 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:14:50 -0400 Subject: [PATCH] Update watchdog from 3.0.0 to 6.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 583a0ec..bfbcf3e 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==6.0.0 wheel==0.41.1