diff --git a/poetry.lock b/poetry.lock index 6cbe927..636eab1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -440,14 +440,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] @@ -486,4 +486,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "0ab11556bb2d401424be92db3a91c50d68077cea65a121e04e08f803b284e9b0" +content-hash = "329af6688409bb01e795188adec49f255fd3f73da1718d7ab218f2567f003763" diff --git a/pyproject.toml b/pyproject.toml index 1418a02..d143e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ python = "^3.9" [tool.poetry.dev-dependencies] pytest = "^8.4" -pytest-cov = "^6.2.1" +pytest-cov = "^6.3.0" flake8 = "^7.3.0" black = {version = "^25.1", allow-prereleases = true} mypy = "^1.17"