Skip to content

Commit

Permalink
Update pytest requirement from <8.1,>=6.2 to >=6.2,<8.3 (#334)
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.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zane Selvans <zane.selvans@catalyst.coop>
  • Loading branch information
dependabot[bot] and zaneselvans committed Apr 29, 2024
1 parent ed47cd3 commit 6b8987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -52,7 +52,7 @@ tests = [
"doc8>=0.9,<1.2", # Ensures clean documentation formatting
"pre-commit>=2.9,<3.8", # Allow us to run pre-commit hooks in testing
"pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation
"pytest>=6.2,<8.1", # Our testing framework
"pytest>=6.2,<8.3", # Our testing framework
"pytest-asyncio>=0.20,<0.24", # Test async functions
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
"pytest-cov>=2.10,<5.1", # Pytest plugin for working with coverage
Expand Down

0 comments on commit 6b8987b

Please sign in to comment.