diff --git a/Pipfile b/Pipfile index 72b6e86..4861213 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true coverage = "*" flake8 = "*" pytest = "*" -pytest-cov = "*" +pytest-cov = "==7.0.0" pytest-mock = "*" [packages] @@ -28,7 +28,7 @@ pycodestyle = "==2.6.0" pyflakes = "==2.2.0" pyparsing = "==2.4.7" pytest = "==6.1.1" -pytest-cov = "==2.10.1" +pytest-cov = "==7.0.0" pytest-mock = "==3.3.1" requests = "==2.24.0" six = "==1.15.0" diff --git a/Pipfile.lock b/Pipfile.lock index 9581ca4..39d68a6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -189,12 +189,8 @@ "version": "==6.1.1" }, "pytest-cov": { - "hashes": [ - "sha256:45ec2d5182f89a81fc3eb29e3d1ed3113b9e9a873bcddb2a71faaab066110191", - "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e" - ], - "index": "pypi", - "version": "==2.10.1" + "hashes": [], + "version": "==7.0.0" }, "pytest-mock": { "hashes": [ @@ -387,12 +383,8 @@ "version": "==6.1.1" }, "pytest-cov": { - "hashes": [ - "sha256:45ec2d5182f89a81fc3eb29e3d1ed3113b9e9a873bcddb2a71faaab066110191", - "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e" - ], - "index": "pypi", - "version": "==2.10.1" + "hashes": [], + "version": "==7.0.0" }, "pytest-mock": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index bea1863..84b012e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ pycodestyle==2.6.0 pyflakes==2.2.0 pyparsing==2.4.7 pytest==6.1.1 -pytest-cov==2.10.1 +pytest-cov==7.0.0 pytest-mock==3.3.1 six==1.15.0 toml==0.10.1