Skip to content

Commit 5720d95

Browse files
Update pytest-unordered requirement from ~0.5 to ~0.6 (#119)
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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: pytest-unordered dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b7283b commit 5720d95

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
@@ -32,7 +32,7 @@ pymitter = ">=0.4,<0.6"
3232
pytest = "~8.1"
3333
pytest-asyncio = "~0.23"
3434
pytest-cov = "~4.1"
35-
pytest-unordered = "~0.5"
35+
pytest-unordered = "~0.6"
3636
pre-commit = "~3.6"
3737
Sphinx = "~7.2"
3838
sphinx-rtd-theme = "~2.0"

0 commit comments

Comments
 (0)