From ee377062e3d865151c499e0b0ec99fb962a0851f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:12:43 +0000 Subject: [PATCH] Bump pytest from 7.3.2 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 9.1.1. - [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.3.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 94f139a..9678727 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ pylint==4.0.6 pylint-fail-under==0.3.0 # test -pytest==7.3.2 +pytest==9.1.1 pytest-cov==7.1.0 pytest-timeout==2.4.0 pytest-asyncio==0.23.7