From 5bfc4b8132f27214505bd68543a42feb0fe5832c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:26:36 +0000 Subject: [PATCH] Bump watchdog from 3.0.0 to 4.0.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 625a661f2..75d281a48 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "bumpversion==0.6.0", "pkginfo==1.9.6", "twine==4.0.2", - "watchdog==3.0.0", + "watchdog==4.0.0", "isort", "flake8", "black",