diff --git a/setup.py b/setup.py index 001bdf30..1be5f1a4 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "test": [ "pylint==2.12.*", 'pytest==7.4.0', - 'pytest-cov==3.0.0', + 'pytest-cov==4.1.0', "python-dotenv>=0.19,<1.1" ] },