From 189c3940dd7c41dd12bef8471f0f2821d5801308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:56:57 +0000 Subject: [PATCH] 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 74590b7e..bcdfcf1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "aiofiles>=23.0.0", "httpx>=0.25.0", "faster-whisper>=1.0.0", - "watchdog>=3.0.0", + "watchdog>=6.0.0", "slowapi>=0.1.9", "rich>=13.0.0", "redis>=4.0.0", # Required for job queue and pub/sub