From 3a18e0a0e1558694f2a27696b7dd783cc166da58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:48:46 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 9.0.3 in /rdock-utils Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 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.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- rdock-utils/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdock-utils/requirements-dev.txt b/rdock-utils/requirements-dev.txt index 16263576..c4035256 100644 --- a/rdock-utils/requirements-dev.txt +++ b/rdock-utils/requirements-dev.txt @@ -1,3 +1,3 @@ mypy==1.8.0 -pytest==7.4.4 +pytest==9.0.3 ruff==0.1.14