From 1816330abafe0ce144f65f75ce8da48a88ad7243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:48:53 +0000 Subject: [PATCH] chore(deps): bump the dev-deps group with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest` to 9.0.3 - [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) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: dev-deps - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05f7f1d..15aa151 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ nvidia-ml-py>=13.0.0,<14.0.0 psutil>=5.9.0,<7.0.0 click>=8.1.0,<9.0.0 pyyaml>=6.0,<7.0 -pytest>=7.4.0,<9.0.0 +pytest>=7.4.0,<10.0.0 rich>=13.0.0,<15.0.0 torch>=2.10.0,<3.0.0 sqlalchemy>=2.0.0,<3.0.0 psycopg2-binary>=2.9.0,<3.0.0 prometheus-client>=0.20.0,<1.0.0 ruff>=0.4.0,<1.0.0 -pytest-cov>=4.1.0,<7.0.0 +pytest-cov>=4.1.0,<8.0.0