Skip to content

Commit

Permalink
Update pytest requirement from <8,>=7 to >=7,<9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent b7d452a commit 4c040cd
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 @@ -79,7 +79,7 @@ tests = [
"pydocstyle>=6,<7", # Style guidelines for Python documentation
"pytest-console-scripts>=1.1,<2", # Allow automatic testing of scripts
"pytest-cov>=4,<5", # Pytest plugin for working with coverage
"pytest>=7,<8", # Our testing framework
"pytest>=7,<9", # Our testing framework
"ruff>=0.0.290", # A very fast python linter & autofixer
"tox>=4,<5", # Python test environment manager
]
Expand Down

0 comments on commit 4c040cd

Please sign in to comment.