From 7ed5fc15e8ea9759de186d502152639cd7c1a381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:13:38 +0000 Subject: [PATCH] deps(deps): update watchdog requirement from ~=4.0.2 to >=4.0.2,<6.1.0 Updates the requirements on [watchdog](https://github.com/gorakhargosh/watchdog) to permit the latest version. - [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.2...v6.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a2780a..fa7f2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "click~=8.1.7", "psutil~=6.0.0", "joblib~=1.4.2", - "watchdog~=4.0.2", + "watchdog>=4.0.2,<6.1.0", "pyyaml~=6.0.2", "jsonschema~=4.23.0", "rich~=13.7.1",