From f0e22b39f3670f4cbd86a49544854b5298e79269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:33:48 +0000 Subject: [PATCH] chore(deps): update pytest requirement from ==8.4.* to ==9.0.* 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](https://github.com/pytest-dev/pytest/compare/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] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 65f37e78..876d1fa9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ av >=14.0.0 coverage ==7.12.* cryptography==45.0.7 mosaicml-streaming==0.13.0 -pytest ==8.4.* +pytest ==9.0.* pytest-asyncio>=1.0.0 pytest-cov ==7.0.0 pytest-timeout ==2.4.0