Skip to content

Commit 2070a8b

Browse files
authored
Merge pull request #83 from IFCA-Advanced-Computing/dependabot/pip/pytest-cov-gte-4-and-lt-7
chore(deps-dev): update pytest-cov requirement from >=4,<6 to >=4,<7
2 parents 2a7d643 + 0784f32 commit 2070a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tox = "4.16.0"
4444

4545
[tool.poetry.group.test.dependencies]
4646
pytest = ">=7.1.2,<9.0.0"
47-
pytest-cov = ">=4,<6"
47+
pytest-cov = ">=4,<7"
4848

4949

5050
[tool.poetry.group.test-flake8.dependencies]

0 commit comments

Comments
 (0)