Skip to content

Commit 489c054

Browse files
Update pytest requirement in the actions group
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.0 - [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.0.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41443c9 commit 489c054

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
@@ -55,7 +55,7 @@ docs = [
5555
"trio"
5656
]
5757
test = [
58-
"pytest>=7.0,<9",
58+
"pytest>=7.0,<10",
5959
"pytest-cov",
6060
# 'pytest-xvfb; platform_system == "Linux"',
6161
"flaky",

0 commit comments

Comments
 (0)