Skip to content

Commit efd1ba8

Browse files
authored
fix: ugrade pytest and pytest-cov versions
Updated pytest and pytest-cov versions in test dependencies.
1 parent 44017af commit efd1ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ tox = "4.16.0"
4343

4444

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

4949

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

0 commit comments

Comments
 (0)