From bfc60b402fd51c57a421b9055b311acbaf4813cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:08:19 +0000 Subject: [PATCH] chore(deps-dev): update watchdog requirement 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.2.1...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 9572388..c237ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = [ "sphinx-rtd-theme>=1.3.0,<4.0.0", "myst-parser>=2.0.0,<5.0.0", "sphinx-intl>=2.1.0,<3.0.0", - "watchdog>=2.2.1,<6.1.0", + "watchdog>=6.0.0,<6.1.0", ] webhook = [ "fastapi>=0.128.8",