From 7bdef822fc54363e2012de5d8db62c1df1644ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:54:55 +0000 Subject: [PATCH] Update pytest-watch requirement from >=4 to >=4.2.0 Updates the requirements on [pytest-watch](https://github.com/joeyespo/pytest-watch) to permit the latest version. - [Changelog](https://github.com/joeyespo/pytest-watch/blob/master/CHANGES.md) - [Commits](https://github.com/joeyespo/pytest-watch/compare/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: pytest-watch dependency-version: 4.2.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 c7d9a16..605a8d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [] [project.optional-dependencies] dev = [ "pytest>=8", - "pytest-watch>=4", + "pytest-watch>=4.2.0", "ruff>=0.6", ]