From 8a069aee690acb1465737fc2dbbf613cd6245479 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 22 Feb 2024 11:15:53 +0100 Subject: [PATCH] Bump pytest-watcher from 0.3.5 to 0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0920492..2944588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ coverage = { extras = ["toml"], version = "^7.4.1" } pytest = "^7.4.4" pytest-cov = "^4.1.0" pytest-httpx = "0.22.0" -pytest-watcher = "^0.3.5" +pytest-watcher = "^0.4.1" [tool.coverage.paths] source = ["src"]