diff --git a/poetry.lock b/poetry.lock index b9952ed0..e8d31dbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -448,14 +448,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "6.2.1" +version = "6.3.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, - {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, + {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, + {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, ] [package.dependencies] @@ -553,4 +553,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "786125e98a7c39ed7c6ed224624d76327e9caefb9d623ad120a752084e2a056c" +content-hash = "5515f33a96a95397bc7766d1b992f0377886d53e1040303511bcdb3b8e505e52" diff --git a/pyproject.toml b/pyproject.toml index e6d7edc8..18332df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ black = "^25.1" coverage = {extras = ["toml"], version = "^7.10"} pylint = "^3.3.8" pytest = "^8.4.2" -pytest-cov = "^6.2.1" +pytest-cov = "^6.3.0" flake8 = "^7.3.0" [build-system]