diff --git a/poetry.lock b/poetry.lock index 5911757..a522b67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -444,13 +444,13 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-cov" -version = "3.0.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {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-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, + {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, ] [package.dependencies] @@ -458,7 +458,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-html" @@ -688,4 +688,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6931f27e488da55c1785674e8603d9c42de55d07e04cd1c781278bb68c139fae" +content-hash = "615226ceb3c40c186caa1372e8b0f34dea85bedd27f9f92db6f4bfac320561d2" diff --git a/pyproject.toml b/pyproject.toml index 37ae612..0ecd75b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ rich = "^10.14.0" [tool.poetry.dev-dependencies] pytest = "^6.2.5" pytest-html = "^3.1.1" -pytest-cov = "^3.0.0" +pytest-cov = "^5.0.0" bandit = "^1.7.1" black = "^22.12" isort = {extras = ["colors"], version = "^5.10.1"}