From 9365e244df4f319bc05ca62b7f5985605efd162d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:05 +0000 Subject: [PATCH] Update pytest requirement from >=7.4.0 to >=9.0.3 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/7.4.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..41dbbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ train = [ # pip install --force-reinstall "https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-win_amd64.whl" ] dev = [ - "pytest>=7.4.0", + "pytest>=9.0.3", "tensorboard>=2.16.0", "torch-tb-profiler>=0.4.3" ] @@ -61,7 +61,7 @@ full = [ "optimum>=1.24.0", "peft>=0.15.2", "pyarrow>=20.0.0", - "pytest>=7.4.0", + "pytest>=9.0.3", "plotly>=5.18.0", "polars>=0.18.15", "safetensors>=0.4.3",