diff --git a/poetry.lock b/poetry.lock index 50a8715..cc9ecdb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -539,7 +539,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-cov" -version = "3.0.0" +version = "4.0.0" description = "Pytest plugin for measuring coverage." category = "dev" optional = false @@ -716,7 +716,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "ccbeb7d8f78ac1d971ba806f8b061b9114cbf7a50396bf429a89dda1d9f38916" +content-hash = "e219c26da02242286588b249d19be2baab4fc0786c157fb3c4c05097eec7fc22" [metadata.files] ansible = [ @@ -1090,8 +1090,8 @@ pytest = [ {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytest-cov = [ - {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, - {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, + {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, + {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pytest-mock = [ {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, diff --git a/pyproject.toml b/pyproject.toml index b204d6f..b4b5871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ flake8-quotes = "3.3.1" pep8-naming = "0.13.2" pydocstyle = "6.1.1" pytest = "7.1.2" -pytest-cov = "3.0.0" +pytest-cov = "4.0.0" pytest-mock = "3.8.2" tomli = "2.0.1" yapf = "0.32.0"