diff --git a/poetry.lock b/poetry.lock index 0a87243..472149f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,21 +982,21 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-cov" -version = "2.8.1" +version = "2.10.1" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "pytest-cov-2.8.1.tar.gz", hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b"}, - {file = "pytest_cov-2.8.1-py2.py3-none-any.whl", hash = "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626"}, + {file = "pytest-cov-2.10.1.tar.gz", hash = "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e"}, + {file = "pytest_cov-2.10.1-py2.py3-none-any.whl", hash = "sha256:45ec2d5182f89a81fc3eb29e3d1ed3113b9e9a873bcddb2a71faaab066110191"}, ] [package.dependencies] coverage = ">=4.4" -pytest = ">=3.6" +pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests (==2.0.2)", "pytest-xdist", "six", "virtualenv"] [[package]] name = "pytest-mock" @@ -1264,4 +1264,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "873e32a7784d916a390904844019f3423c42c655977709fd02cbd3290006a789" +content-hash = "437d9e3e2aebb71710f6f2547223738a15b570a7b37880974af0608bc222331c" diff --git a/pyproject.toml b/pyproject.toml index 0baf931..f97197c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mypy = "^0.770" nox = "^2024.10.9" pre-commit = "^2.3.0" pytest = "^5.4.1" -pytest-cov = "^2.8.1" +pytest-cov = "^2.10.1" safety = "^1.9.0" pytest-mock = "^3.3.1"