From 7b2b8374751397c9d0de396625521960685418b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:42:39 +0000 Subject: [PATCH] Bump pytest from 7.2.1 to 9.0.3 in /test Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 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.2.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements_for_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements_for_test.txt b/test/requirements_for_test.txt index a335e8d..a6494d1 100644 --- a/test/requirements_for_test.txt +++ b/test/requirements_for_test.txt @@ -2,7 +2,7 @@ itsdangerous==2.1.2 flask==2.3.2 jinja2==3.1.3 werkzeug>=2.3.3 -pytest==7.2.1 +pytest==9.0.3 pytest-cov==4.0.0 sphinx==5.3.0 sphinx_rtd_theme==1.1.1