diff --git a/poetry.lock b/poetry.lock index dc68d82..626b9e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -475,7 +475,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-cov" -version = "2.11.0" +version = "2.11.1" description = "Pytest plugin for measuring coverage." category = "dev" optional = false @@ -791,7 +791,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 = "6ae9eacd104916babcc748c26a22b7ff5849da488ba89367677742c66b83d766" +content-hash = "d0cfbbba8ab9f35e7ee35d6b916c49c98cad6104f96d42498dc51930c94e0fbd" [metadata.files] alabaster = [ @@ -1055,8 +1055,8 @@ pytest = [ {file = "pytest-6.2.1.tar.gz", hash = "sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306"}, ] pytest-cov = [ - {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"}, + {file = "pytest-cov-2.11.1.tar.gz", hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7"}, + {file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"}, ] pytz = [ {file = "pytz-2020.4-py2.py3-none-any.whl", hash = "sha256:5c55e189b682d420be27c6995ba6edce0c0a77dd67bfbe2ae6607134d5851ffd"}, diff --git a/pyproject.toml b/pyproject.toml index 6bb469f..f3e415c 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.11.0" +pytest-cov = "^2.11.1" jsonschema = "^3.2.0" pylint = "^2.6.0" sphinx = "^3.4.3"