Skip to content

Commit 4323cae

Browse files
build(deps): bump pytest-random-order from 1.1.0 to 1.1.1 in /requirements (#20793)
build(deps): bump pytest-random-order in /requirements Bumps [pytest-random-order](https://github.com/jbasko/pytest-random-order) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/jbasko/pytest-random-order/releases) - [Commits](pytest-dev/pytest-random-order@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pytest-random-order dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23f02ce commit 4323cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pytest ==8.3.5
44
pytest-cov ==6.1.1
55
pytest-timeout ==2.3.1
66
pytest-rerunfailures ==12.0
7-
pytest-random-order ==1.1.0
7+
pytest-random-order ==1.1.1
88
click ==8.1.7
99
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute

requirements/pytorch/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest ==8.3.5
33
pytest-cov ==6.1.1
44
pytest-timeout ==2.3.1
55
pytest-rerunfailures ==12.0
6-
pytest-random-order ==1.1.0
6+
pytest-random-order ==1.1.1
77

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

0 commit comments

Comments
 (0)