Skip to content

Commit 9ba2f72

Browse files
Update pytest requirement from <8.0.0 to <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@1.0.0b3...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a11d21f commit 9ba2f72

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
@@ -42,7 +42,7 @@ dependencies = [
4242
[project.optional-dependencies]
4343
test = [
4444
"click",
45-
"pytest<8.0.0",
45+
"pytest<9.0.0",
4646
"pytest-cov",
4747
"pytest-xdist",
4848
"pytest-lazy-fixture",

0 commit comments

Comments
 (0)