diff --git a/poetry.lock b/poetry.lock index 3c41255..b618968 100644 --- a/poetry.lock +++ b/poetry.lock @@ -475,14 +475,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-cov" -version = "2.10.1" +version = "2.11.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] -coverage = ">=4.4" +coverage = ">=5.2.1" pytest = ">=4.6" [package.extras] @@ -790,7 +790,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "91aa1d5b68dbc041881392c3c2aa6964fccc3e07359bbf37ea71d4f63b8b5418" +content-hash = "21371862967ce66b4d2e2b2144742398b245423d32d937d29393a7d4ddf4dc8e" [metadata.files] alabaster = [ @@ -1054,8 +1054,8 @@ pytest = [ {file = "pytest-6.2.1.tar.gz", hash = "sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306"}, ] pytest-cov = [ - {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"}, + {file = "pytest-cov-2.11.0.tar.gz", hash = "sha256:e90e034cde61dacb1394639a33f449725c591025b182d69752c1dd0bfec639a7"}, + {file = "pytest_cov-2.11.0-py2.py3-none-any.whl", hash = "sha256:626a8a6ab188656c4f84b67d22436d6c494699d917e567e0048dda6e7f59e028"}, ] pytz = [ {file = "pytz-2020.4-py2.py3-none-any.whl", hash = "sha256:5c55e189b682d420be27c6995ba6edce0c0a77dd67bfbe2ae6607134d5851ffd"}, diff --git a/pyproject.toml b/pyproject.toml index 18fafb6..faac3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ apispec_webframeworks = "^0.5.2" [tool.poetry.dev-dependencies] pytest = "^6.2" black = {version = "^20.8b1",allow-prereleases = true} -pytest-cov = "^2.10.1" +pytest-cov = "^2.11.0" jsonschema = "^3.2.0" pylint = "^2.6.0" sphinx = "^3.4.2"