Skip to content

Commit

Permalink
Update pytest requirement from <8,>=3.0 to >=3.0,<9
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@3.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 864fd79 commit 07f8251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pylint>=1.6,<3
pytest>=3.0,<8
pytest>=3.0,<9
coverage>=6.3,<7
setuptools_scm>=7.0,<9.0
tox>=2.5,<4.0
Expand Down

0 comments on commit 07f8251

Please sign in to comment.