]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(deps): update dependency pytest-cov to v7 (#1724)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sun, 15 Mar 2026 10:11:52 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2026 10:11:52 +0000 (11:11 +0100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
tests/ocpp-server/poetry.lock
tests/ocpp-server/pyproject.toml

index 91e156a3c023bf0518f0bff4e23aa7ec3c29ea62..b4ce5d7ace811b6b4a79bc1acf68646fb7d3c3b9 100644 (file)
@@ -530,23 +530,23 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
 
 [[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"]
 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 = "referencing"
@@ -888,4 +888,4 @@ files = [
 [metadata]
 lock-version = "2.1"
 python-versions = "^3.12"
-content-hash = "fe1d8efdead3221d3f10093fb505b5bdc6655af5fb8b362ff2b3ec5fcba658e6"
+content-hash = "2a4619f27cc0a249d44022185b8df6419834ea9bb592ef647f6c610dace1a5b3"
index 5a9c0672e989f5aa8fa4f3499baba50ca7180d61..70c13d4edaa9775ec93c8ab3d69980fd39cf9383 100644 (file)
@@ -16,7 +16,7 @@ ruff = "^0.15"
 mypy = "^1"
 pytest = "^9.0.0"
 pytest-asyncio = ">=1.3.0"
-pytest-cov = "^6"
+pytest-cov = "^7.0.0"
 
 [tool.taskipy.tasks]
 server = "poetry run python server.py"