From 4f4c6ac20df5f83a43800097716ceef19829e7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:06:50 +0530 Subject: [PATCH] security(deps-dev): update watchdog requirement from >=3.0.0 to >=6.0.0 (#672) 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:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1bb96b4..80cf9321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,7 +193,7 @@ gpu = [ agno = ["agno>=1.0.0"] # ---- File Watching ---- -watch = ["watchdog>=3.0.0"] +watch = ["watchdog>=6.0.0"] # ---- Splitting / Chunking ---- split-tiktoken = ["tiktoken>=0.5.0"]