Merge pull request #795 from moraroy/dependabot/pip/pytest-cov-gte-6.0.0-and-lt-8
Release Please / release-please (push) Has been cancelled

Update pytest-cov requirement from <7,>=6.0.0 to >=6.0.0,<8
This commit is contained in:
Roy
2025-09-14 02:19:11 -07:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ dev = [
"ipython>=9.0.2,<10",
"pytest>=8.0.2,<9",
"pytest-asyncio>=1.0.0,<2",
"pytest-cov>=6.0.0,<7",
"pytest-cov>=6.0.0,<8",
"pytest-datafiles>=3.0.0,<4",
"pytest-xdist>=3.4.0,<4",
"rich>=14.0.0,<15",