Skip to content

Commit 84a92d0

Browse files
build(deps): bump pytest-random-order from 1.1.1 to 1.2.0 in /requirements (#20928)
build(deps): bump pytest-random-order in /requirements Bumps [pytest-random-order](https://github.com/jbasko/pytest-random-order) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/jbasko/pytest-random-order/releases) - [Changelog](https://github.com/pytest-dev/pytest-random-order/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-random-order@v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: pytest-random-order dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6535de1 commit 84a92d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pytest ==8.4.0
44
pytest-cov ==6.2.1
55
pytest-timeout ==2.4.0
66
pytest-rerunfailures ==15.1
7-
pytest-random-order ==1.1.1
7+
pytest-random-order ==1.2.0
88
click ==8.1.8
99
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest ==8.4.0
33
pytest-cov ==6.2.1
44
pytest-timeout ==2.4.0
55
pytest-rerunfailures ==15.1
6-
pytest-random-order ==1.1.1
6+
pytest-random-order ==1.2.0
77

88
# needed in tests
99
cloudpickle >=1.3, <3.2.0

0 commit comments

Comments
 (0)