Skip to content

Commit

Permalink
Update pytest requirement from <8.1,>=6.2 to >=6.2,<8.2
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@6.2.0...8.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent ca16314 commit b369679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
test_suite="tests",
tests_require=[
"bagit >= 1.6.4, < 1.9",
"pytest >= 6.2, < 8.1",
"pytest >= 6.2, < 8.2",
"mock >= 2.0.0",
"pytest-mock >= 1.10.0",
"pytest-httpserver",
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bagit>=1.6.4,<1.9
pytest>= 6.2,< 8.1
pytest>= 6.2,< 8.2
pytest-xdist
pytest-httpserver
mock>=2.0.0
Expand Down

0 comments on commit b369679

Please sign in to comment.