Skip to content

Commit 5ecbca4

Browse files
chore(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@8.3.3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7920e0 commit 5ecbca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "uv_build"
1515
[dependency-groups]
1616
dev = [
1717
"pre-commit>=4.2.0",
18-
"pytest (>=8.3.3, <9)",
18+
"pytest>=8.3.3,<10",
1919
"pre-commit (>=4.0.1, <5)",
2020
"pytest-cov (>=6.0.0, <7)",
2121
]

0 commit comments

Comments
 (0)