From 54dd43714e8e1914bd364e15e599b451f9d4c05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:05:25 +0000 Subject: [PATCH] Update watchdog requirement from >=2.1.0 to >=6.0.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/v2.1.0...v6.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7bd058..980e378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "mkdocs-material>=9.0.0", "mkdocstrings>=0.19.0", "mkdocs-redirects>=0.3.0", - "watchdog>=2.1.0", + "watchdog>=6.0.0", "pyfastx>=2.1.0", "pathos>=0.3.3", ]