Skip to content

Commit e400e0e

Browse files
chore(deps): update pytest requirement from ==8.4.* to ==9.0.* (#795)
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.4.0.dev0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
1 parent 90bd404 commit e400e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ av >=14.0.0
22
coverage ==7.13.*
33
cryptography==45.0.7
44
mosaicml-streaming==0.13.0
5-
pytest ==8.4.*
5+
pytest ==9.0.*
66
pytest-asyncio>=1.0.0
77
pytest-cov ==7.0.0
88
pytest-timeout ==2.4.0

0 commit comments

Comments
 (0)