Skip to content

Commit

Permalink
Update pytest requirement from <8,>=7.0 to >=7.0,<9 (#1402)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 69361ee commit df27810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test = [
"pytest-console-scripts",
"pytest-timeout",
"pytest-jupyter[server]>=0.7",
"pytest>=7.0,<8",
"pytest>=7.0,<9",
"requests",
"pre-commit",
'flaky'
Expand Down

0 comments on commit df27810

Please sign in to comment.