diff --git a/poetry.lock b/poetry.lock index 5cf8ca6..361a81e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,22 +487,22 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "6.3.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" 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.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"}, + {file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"}, ] [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 = "ruff" @@ -754,4 +754,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.15" -content-hash = "f97d043fab668b6ca5f2d7fa969c34e8a1811b3bbc457a56a57f56aec1d52468" +content-hash = "310222322fe1f38ed50ed3b6510ab7f5c144dbb3ddf273e8b102f69e2d01af1d" diff --git a/pyproject.toml b/pyproject.toml index 7af46dc..264fd5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pyside6-essentials = "^6.7.2" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3 || ^8.0.0" -pytest-cov = "^4.1.0 || ^5.0.0 || ^6.0.0" +pytest-cov = "^4.1.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" ruff = "^0.2.0 || ^0.3.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0" tox = "^4.0.0"