Skip to content

Commit 8ab3cf3

Browse files
authored
Merge branch 'master' into nested-module-docs
2 parents 6bf873d + fd05897 commit 8ab3cf3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
gcloud compute tpus tpu-vm list
166166
167167
- name: Upload coverage to Codecov
168-
uses: codecov/codecov-action@v4
168+
uses: codecov/codecov-action@v5
169169
continue-on-error: true
170170
with:
171171
token: ${{ secrets.CODECOV_TOKEN }}

requirements/doctests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest ==8.4.0
1+
pytest ==8.4.1
22
pytest-doctestplus ==1.4.0

requirements/fabric/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
coverage ==7.9.1
22
numpy >=1.17.2, <1.27.0
3-
pytest ==8.4.0
3+
pytest ==8.4.1
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
coverage ==7.9.1
2-
pytest ==8.4.0
2+
pytest ==8.4.1
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

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.16.0
1+
mypy==1.16.1
22
torch==2.7.1
33

44
types-Markdown

0 commit comments

Comments
 (0)