Skip to content

Commit

Permalink
Update pytest requirement from ==7.* to >=7,<9
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.0.0rc1...8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gerlero committed Jan 29, 2024
1 parent 39a12af commit 9629a65
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 @@ -43,10 +43,10 @@ dynamic = ["version"]
[project.optional-dependencies]
lint = [
"mypy==1.*",
"pytest==7.*",
"pytest>=7,<9",
]
test = [
"pytest==7.*",
"pytest>=7,<9",
"pytest-cov",
]

Expand Down

0 comments on commit 9629a65

Please sign in to comment.