Skip to content

Commit 9e1b038

Browse files
build(deps): bump pytest from 8.4.2 to 9.0.2 in /requirements (#21415)
* build(deps): bump pytest from 8.4.2 to 9.0.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [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.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): update packaging requirement from >=20.0, <=25.0 to >=22.0, <=25.0 in base.txt files * fix: specify module in RequirementCache for scikit-learn * try with packaging >=23 * Revert "fix: specify module in RequirementCache for scikit-learn" This reverts commit 6f2bd2f. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bhimraj Yadav <[email protected]>
1 parent 32a1b4f commit 9e1b038

File tree

5 files changed

+5
-5
lines changed

5 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.2
1+
pytest ==9.0.2
22
pytest-doctestplus ==1.6.0

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
torch >=2.1.0, <2.10.0
55
fsspec[http] >=2022.5.0, <2025.11.0
6-
packaging >=20.0, <=25.0
6+
packaging >=23.0, <=25.0
77
typing-extensions >4.5.0, <4.16.0
88
lightning-utilities >=0.10.0, <0.16.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.13.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.2
55
pytest-cov ==7.0.0
66
pytest-timeout ==2.4.0
77
pytest-rerunfailures ==16.0.1; python_version < "3.10"

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tqdm >=4.57.0, <4.68.0
66
PyYAML >5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2025.11.0
88
torchmetrics >0.7.0, <1.9.0
9-
packaging >=20.0, <=25.0
9+
packaging >=23.0, <=25.0
1010
typing-extensions >4.5.0, <4.16.0
1111
lightning-utilities >=0.10.0, <0.16.0

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.13.0; python_version >= "3.10"
22
coverage ==7.10.7; python_version < "3.10"
3-
pytest ==8.4.2
3+
pytest ==9.0.2
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)