From 23119605db0c2040dcf100e64708f9bd9cebbacc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 May 2024 17:16:36 -0400 Subject: [PATCH] Update watchdog from 4.0.0 to 4.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 32850fb..7d19abc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==24.0 bumpversion==0.6.0 wheel==0.43.0 -watchdog==4.0.0 +watchdog==4.0.1 flake8==7.0.0 tox==4.14.1 coverage==7.4.4