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 and arengel committed Mar 18, 2024
1 parent 60ba7c8 commit 783d19c
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 @@ -48,7 +48,7 @@ doc = [
tests = [
"coverage>=5.3,<7.5", # Lets us track what code is being tested
"pre-commit>=2.9,<3.7", # Allow us to run pre-commit hooks in testing
"pytest>=6.2,<8.1", # test framework
"pytest>=6.2,<8.2", # test framework
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
"pytest-cov>=2.10,<4.2", # Pytest plugin for working with coverage
"ruff>0.0.215,<0.3.4",
Expand Down

0 comments on commit 783d19c

Please sign in to comment.