diff --git a/poetry.lock b/poetry.lock index 4b4b1761..8bb1cc2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1139,14 +1139,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.0.0" +version = "6.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"}, - {file = "pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35"}, + {file = "pytest_cov-6.1.0-py3-none-any.whl", hash = "sha256:cd7e1d54981d5185ef2b8d64b50172ce97e6f357e6df5cb103e828c7f993e201"}, + {file = "pytest_cov-6.1.0.tar.gz", hash = "sha256:ec55e828c66755e5b74a21bd7cc03c303a9f928389c0563e50ba454a6dbe71db"}, ] [package.dependencies] @@ -1565,4 +1565,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "20c948779ae511eb0bd0f0e2e49a76cb31fbacbe224357352c8371b51f9d6381" +content-hash = "b847c4a0541daea8c11391b2bf84c9917312b32100a8ee3c0797595827e1fdb2" diff --git a/pyproject.toml b/pyproject.toml index 56964889..4b4de525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ flake8 = "^7.2.0" black = "^25.1.0" isort = "^6.0.1" pre-commit = "^4.2.0" -pytest-cov = "^6.0.0" +pytest-cov = "^6.1.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.26.0" Faker = "^37.1.0"