From 6b2920152ab75fa809c9394863e664ae07aaf3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:31:45 +0000 Subject: [PATCH] deps: update watchdog requirement from <6,>=4.0.0 to >=4.0.0,<7 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.0...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 f6471eb1..50b6d894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "tree-sitter>=0.23.0,<1", "tree-sitter-language-pack>=0.3.0,<1", "networkx>=3.2,<4", - "watchdog>=4.0.0,<6", + "watchdog>=4.0.0,<7", "tomli>=2.0.0,<3; python_version < '3.11'", ]