Skip to content

Commit f7ef324

Browse files
chore(deps-dev): update pytest requirement from <9,>=8 to >=8,<10 (#1211)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8aa59b8 commit f7ef324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444
"pandas-stubs",
4545
"pre-commit>=3.0,<5",
4646
"pytest-cov>=5,<7",
47-
"pytest>=8,<9",
47+
"pytest>=8,<10",
4848
"tensorboard>=2,<3",
4949
"torch>=2,<3",
5050
"types-openpyxl",

0 commit comments

Comments
 (0)