Skip to content

Commit 3fb8dcf

Browse files
build(deps): bump pytest from 7.4.0 to 8.3.5 in /requirements (#20732)
* build(deps): bump pytest from 7.4.0 to 8.3.5 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.3.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * pytest-doctestplus ==1.4.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka B <[email protected]>
1 parent 948577b commit 3fb8dcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements/doctests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest ==7.4.0
2-
pytest-doctestplus ==1.0.0
1+
pytest ==8.3.5
2+
pytest-doctestplus ==1.4.0

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage ==7.3.1
22
numpy >=1.17.2, <1.27.0
3-
pytest ==7.4.0
3+
pytest ==8.3.5
44
pytest-cov ==4.1.0
55
pytest-timeout ==2.1.0
66
pytest-rerunfailures ==12.0

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage ==7.3.1
2-
pytest ==7.4.0
2+
pytest ==8.3.5
33
pytest-cov ==4.1.0
44
pytest-timeout ==2.1.0
55
pytest-rerunfailures ==12.0

0 commit comments

Comments
 (0)