From e177cb406b1e5486bee3134076ca2acefaa70d59 Mon Sep 17 00:00:00 2001
From: Boris Staletic <boris.staletic@protonmail.com>
Date: Wed, 11 Sep 2024 08:19:10 +0200
Subject: [PATCH] Update test dependencies

coverage and click were pinned because covimerage was outdated.
Now covimerage states its dependencies properly and works with
coveragepy 7.
---
 python/test_requirements.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/python/test_requirements.txt b/python/test_requirements.txt
index c10b20a3..d5781eac 100644
--- a/python/test_requirements.txt
+++ b/python/test_requirements.txt
@@ -2,6 +2,5 @@ flake8                >= 3.0.0
 flake8-comprehensions >= 1.4.1
 flake8-ycm            >= 0.1.0
 PyHamcrest            >= 1.10.1
-coverage              <5.0
-click                 <8.0.0
-covimerage            >= 0.2.0
+# Use the updated fork
+git+https://github.com/bstaletic/covimerage
-- 
2.45.2

