Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 638b3d8 commit 131e3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ develop = [
"build >= 0.5.1",
"twine >= 1.13.0",
"coverage",
"pytest < 5.0; python_version < '3.0'",
"pytest <8.4; python_version < '3.0'",
"pytest >= 5.0; python_version >= '3.0'",
"pytest-html >= 1.19.0",
"tox >=4.21,<4.22",
Expand All @@ -87,7 +87,7 @@ develop = [
"pycmd",
]
testing = [
"pytest < 5.0; python_version < '3.0'", # >= 4.2
"pytest <8.4; python_version < '3.0'", # >= 4.2
"pytest >= 5.0; python_version >= '3.0'",
"pytest-html >= 1.19.0",
"PyYAML >= 5.4.1",
Expand Down

0 comments on commit 131e3d8

Please sign in to comment.