diff --git a/setup.py b/setup.py index 29272a1a..a1c2bdfa 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "test": [ "pylint==2.8.3", 'pytest==6.2.5', - 'pytest-cov==2.12.1', + 'pytest-cov==3.0.0', "python-dotenv==0.19.1" ] },