Skip to content

Commit fbd1319

Browse files
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] <[email protected]>
1 parent 6de1741 commit fbd1319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Homepage = "https://python-ellar.github.io/ellar-cli/"
5656

5757
[project.optional-dependencies]
5858
test = [
59-
"pytest >=7.1.3,<8.0.0",
59+
"pytest >=7.1.3,<9.0.0",
6060
"pytest-cov >=2.12.0,<5.0.0",
6161
"mypy == 1.8.0",
6262
"ruff ==0.1.9",

0 commit comments

Comments
 (0)