diff --git a/poetry.lock b/poetry.lock index 394eeb86..30ee7bd4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3267,23 +3267,23 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "6.3.0" +version = "7.0.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev", "docs"] files = [ - {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, - {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, + {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, + {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [package.dependencies] -coverage = {version = ">=7.5", extras = ["toml"]} +coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" -pytest = ">=6.2.5" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" @@ -4932,4 +4932,4 @@ stats = ["statsmodels"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "559f2193634566695fc8f23b7ce58a860c045d86d32dd963f73da30ac94dca06" +content-hash = "2b2778a52e9c8cc2cfaa4fdd2f934bd651055e4288fca68030ab178afdb40960" diff --git a/pyproject.toml b/pyproject.toml index 4d4ad54f..df8d4839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pywavelets = "^1.6.0" pre-commit = { version = "^4.0.0", python = "^3.6.1" } black = "^25.0.0" ipykernel = "^6.9.1" -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" commitizen = "^4.0.0" jupyter-contrib-nbextensions = "^0.7.0" jupyter_nbextensions_configurator = "^0.6.0" @@ -52,7 +52,7 @@ optional = true [tool.poetry.group.docs.dependencies] ipykernel = "^6.9.1" matplotlib = "^3.4.0" -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" commitizen = "^4.0.0" jupyter-contrib-nbextensions = "^0.7.0" jupyter_nbextensions_configurator = "^0.6.0"