From eb48f505a68b551e1269a9397d800d8f321c1c4e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Sep 2024 20:31:59 -0700 Subject: [PATCH] Update watchdog from 2.0.2 to 5.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3f18e01..977bf5c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==21.1.1 bump2version==1.0.1 wheel==0.36.2 -watchdog==2.0.2 +watchdog==5.0.1 flake8==3.9.0 tox==3.23.0 coverage==5.5