From 1b14102ac794808491f92d2bba30ffd2f0bc9b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 12:55:21 +0000 Subject: [PATCH] Bump watchdog from 4.0.1 to 6.0.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.1 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.1...v6.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6fa2f1..a18b8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "tomli==2.2.1", "trailrunner==1.4.0", "typing_extensions == 4.12.2", - "watchdog==4.0.1", + "watchdog==6.0.0", "attribution==1.8.0", "black==25.1.0",