Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0
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.1.3...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
commit fbd13193a0646bd877758db7e9cbc580eaedc0c7
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Homepage = "https://python-ellar.github.io/ellar-cli/"

[project.optional-dependencies]
test = [
"pytest >=7.1.3,<8.0.0",
"pytest >=7.1.3,<9.0.0",
"pytest-cov >=2.12.0,<5.0.0",
"mypy == 1.8.0",
"ruff ==0.1.9",
Expand Down