From 18a2eb236088746923db02868115449abf6a080c Mon Sep 17 00:00:00 2001 From: David Ford Date: Sun, 26 Jul 2026 00:41:33 -0400 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 7.1.0 Co-authored-by: Cursor --- poetry.lock | 17 +++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9d176db..fa880c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -692,22 +692,23 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "5.0.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev", "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-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 = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.10.6", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-env" @@ -955,4 +956,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "b82580852c495d65567774dba967ee6af97eb31cd1ddaafeb231be9bc51c0992" +content-hash = "1e0edea72db8a3041ad5f330e8c5a238ad7f708e9fc2bc623a38b156b39c529f" diff --git a/pyproject.toml b/pyproject.toml index bdbab5f..63ff954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ packages = [{include = "pam", from = "python-pam"}] [tool.poetry.group.dev.dependencies] pytest = "^9.1.1" -pytest-cov = "^5.0.0" +pytest-cov = "^7.1.0" pylint = "^4.0.6" tox = "^4.0.0" bandit = "*" @@ -24,7 +24,7 @@ mypy = "*" [tool.poetry.group.test.dependencies] pytest = "^9.1.1" -pytest-cov = "^5.0.0" +pytest-cov = "^7.1.0" pytest-env = "^1.7.0" tox = "*" flake8 = "*"