Skip to content

Commit 864dfcb

Browse files
build(deps): bump pytest from 8.4.2 to 9.0.0 in /requirements
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2337948 commit 864dfcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2
1+
pytest ==9.0.0
22
pytest-doctestplus ==1.5.0

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage ==7.11.0; python_version >= "3.10"
22
coverage ==7.10.7; python_version < "3.10"
33
numpy >=1.21.0, <1.27.0
4-
pytest ==8.4.2
4+
pytest ==9.0.0
55
pytest-cov ==7.0.0
66
pytest-timeout ==2.4.0
77
pytest-rerunfailures ==16.0.1; python_version < "3.10"

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage ==7.11.0; python_version >= "3.10"
22
coverage ==7.10.7; python_version < "3.10"
3-
pytest ==8.4.2
3+
pytest ==9.0.0
44
pytest-cov ==7.0.0
55
pytest-timeout ==2.4.0
66
pytest-rerunfailures ==16.0.1; python_version < "3.10"

0 commit comments

Comments
 (0)