Skip to content

Commit 829f71c

Browse files
Update pytest-unordered requirement from ~0.6 to ~0.7
Updates the requirements on [pytest-unordered](https://github.com/utapyngo/pytest-unordered) to permit the latest version. - [Changelog](https://github.com/utapyngo/pytest-unordered/blob/master/CHANGELOG.md) - [Commits](utapyngo/pytest-unordered@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: pytest-unordered dependency-version: 0.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ee3061 commit 829f71c

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
@@ -36,7 +36,7 @@ numpy = "2.0.2"
3636
pytest = "~8.4"
3737
pytest-asyncio = "~0.26"
3838
pytest-cov = "~6.1"
39-
pytest-unordered = "~0.6"
39+
pytest-unordered = "~0.7"
4040
pre-commit = "~4.2"
4141
docutils="~0.20"
4242
Sphinx = "~7.4"

0 commit comments

Comments
 (0)