summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2026-05-19 03:24:35 -0300
committerGitHub <noreply@github.com>2026-05-19 03:24:35 -0300
commita055ad8985e7b645786b9a4ba4793175146df45c (patch)
tree87d35130357217fff5eced40d181fd687ebd1ac5
parent283b9be1410cc4109b31a8b555baae6555550b3b (diff)
parent3c0a940d03dbe1587b0067c6b591b6585199e665 (diff)
downloadpyvyos-a055ad8985e7b645786b9a4ba4793175146df45c.tar.gz
pyvyos-a055ad8985e7b645786b9a4ba4793175146df45c.zip
Merge pull request #34 from vyos-contrib/dependabot/pip/pytest-cov-gte-7.1.0-and-lt-8.0
Update pytest-cov requirement from <7.0,>=5.0 to >=7.1.0,<8.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a3b3536..8d61b26 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
dev = [
"python-dotenv>=1.0.1,<2.0",
"pytest>=8.0,<10.0",
- "pytest-cov>=5.0,<7.0",
+ "pytest-cov>=7.1.0,<8.0",
"pytest-env>=0.6.2,<1.3",
]