Skip to content

Commit

Permalink
Update pytest requirement from <7.4,>=6.2 to >=6.2,<7.5
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...7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mr-c committed Jun 24, 2023
1 parent 9e1eb1d commit 15a4f64
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 @@ -139,7 +139,7 @@
test_suite="tests",
tests_require=[
"bagit >= 1.6.4, < 1.9",
"pytest >= 6.2, < 7.4",
"pytest >= 6.2, < 7.5",
"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, < 7.4
pytest >= 6.2, < 7.5
pytest-xdist
pytest-httpserver
mock >= 2.0.0
Expand Down

0 comments on commit 15a4f64

Please sign in to comment.