Skip to content

Commit

Permalink
chore(deps): update pytest requirement from <8.3,>=7.3 to >=7.3,<8.4
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.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 59eec9f commit 16dbb60
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 @@ -34,7 +34,7 @@ openhexa = "openhexa.cli:app"
[project.optional-dependencies]
dev = [
"ruff>=0.5.0,<0.6.0",
"pytest>=7.3,<8.3",
"pytest>=7.3,<8.4",
"build>=0.10,<1.3",
"pytest-cov>=4.0,<5.1",
"pre-commit",
Expand Down

0 comments on commit 16dbb60

Please sign in to comment.