Skip to content

Commit d3b4af5

Browse files
build(deps-dev): Update pytest requirement
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@6.2.5...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2a8096 commit d3b4af5

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
@@ -22,7 +22,7 @@ dependencies = [
2222
dev-test = [
2323
"pytest-cov>=2.10.1,<8.0",
2424
"pytest-html>=3.1.1,<5.0",
25-
"pytest>=6.2.5,<9.0",
25+
"pytest>=6.2.5,<10.0",
2626
"wheel>=0.38.4",
2727
]
2828

0 commit comments

Comments
 (0)