From 5fc88396be6313d7b639842cb7530b4b6a4498ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:58:52 +0000 Subject: [PATCH] chore: Bump watchdog from 4.0.0 to 6.0.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.0 to 6.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/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/develop.txt b/requirements/develop.txt index 0a141aa..8c65615 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -2,7 +2,7 @@ pip==24.0 wheel==0.43.0 -watchdog==4.0.0 +watchdog==6.0.0 Sphinx >=1.7.0