Skip to content

Commit 917cd29

Browse files
build(deps-dev): update pytest requirement from ^8.4.1 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@8.4.1...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 d57095e commit 917cd29

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
@@ -24,7 +24,7 @@ classifiers = [
2424
python = ">=3.10"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
pytest = "^8.4.1"
27+
pytest = "^9.0.0"
2828
tomlkit = "^0.13.3"
2929
packaging = "^25.0"
3030
pytest-cov = "^7.0.0"

0 commit comments

Comments
 (0)