diff --git a/poetry.lock b/poetry.lock index e83ea24..c3c6e18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1404,19 +1404,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "5.0.0" +version = "6.2.1" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["test"] files = [ - {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, - {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, + {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, + {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.5", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=6.2.5" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] @@ -2249,4 +2250,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "3f0385b2c359229f0f851e04bb7c0e6c6abc6200cfeab7dfeddcfec41b8f86c8" +content-hash = "17297d92e1078d5a8c40002269c29e806a7ec6f1ff8b6e1e77b52f89ec98add9" diff --git a/pyproject.toml b/pyproject.toml index e5592de..7f0897e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ ruff = ">=0.6.3,<0.12.0" safety = ">=2.3,<4.0" pytest = ">=7.4.3,<9.0.0" -pytest-cov = ">=4.1,<6.0" +pytest-cov = ">=4.1,<7.0" pytest-randomly = "^3.15" pytest-django = "^4.5.2" hypothesis = "^6.87.1"