Skip to content

Commit

Permalink
Update pytest requirement from <8.0,>=7.3 to >=8.2.2,<9.0
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@7.3.0...8.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 002377d commit 33f760b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lint = [
"flake8-pyproject",
"flake8-docstrings",
"mypy>=1.3,<2.0",
"pytest>=7.3,<8.0", # needed for linting tests
"pytest>=8.2.2,<9.0", # needed for linting tests
"types-Jinja2>=2.11,<3.0",
"types-jsonschema>=4.17,<5.0",
"types-protobuf>=4.24,<5.0",
Expand All @@ -58,7 +58,7 @@ lint = [
"types-requests"
]
test = [
"pytest>=7.3,<8.0",
"pytest>=8.2.2,<9.0",
"pytest-mock",
"pytest-xdist>=3.2,<4.0",
"pytest-cov>=4.1,<5.0",
Expand Down

0 comments on commit 33f760b

Please sign in to comment.