From a4df4fa1cc7a17e1afdea1c33f4428a8a594a011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:02:51 +0200 Subject: [PATCH] deps: update dependency coverage to >=7.3,<7.4 (#286) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea83cfc..2714b0a 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "watchdog>=3.0.0,<3.1", ], "test": [ - "coverage>=7.2.7,<7.3", + "coverage>=7.3,<7.4", "pytest>=7.4,<7.5", "mypy>=1.5,<1.6", "types-python-dateutil",