Skip to content

Commit bc726a8

Browse files
authored
Merge branch 'master' into dependabot-pip-requirements-ipython-all--gte-8.0.0-and-lt-10.0.0
2 parents 47fd339 + f41f73d commit bc726a8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.1
1+
pytest ==8.4.2
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.10.6
22
numpy >=1.21.0, <1.27.0
3-
pytest ==8.4.1
3+
pytest ==8.4.2
44
pytest-cov ==6.2.1
55
pytest-timeout ==2.4.0
6-
pytest-rerunfailures ==16.0
6+
pytest-rerunfailures ==16.0.1
77
pytest-random-order ==1.2.0
88
click ==8.1.8; python_version < "3.11"
99
click ==8.2.1; python_version > "3.10"

requirements/pytorch/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
coverage ==7.10.6
2-
pytest ==8.4.1
2+
pytest ==8.4.2
33
pytest-cov ==6.2.1
44
pytest-timeout ==2.4.0
5-
pytest-rerunfailures ==16.0
5+
pytest-rerunfailures ==16.0.1
66
pytest-random-order ==1.2.0
77

88
# needed in tests

0 commit comments

Comments
 (0)