From bc59a3378a74c9426d766238c07e94c986b1230f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:51:39 +0000 Subject: [PATCH] build(deps): update watchdog requirement from >=3.0.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/v3.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 49b4dcb..cb57cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "Pygments>=2.16.0", "chardet>=5.2.0", "diff-match-patch>=20230430", - "watchdog>=3.0.0", + "watchdog>=6.0.0", "send2trash>=1.8.2", "reportlab>=4.0.5", "Pillow>=10.1.0",