From c0a827ccfe975dcd843caea699379e3a3af6b3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:28:09 +0000 Subject: [PATCH] Bump pytest from 5.4.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.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/5.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... 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 6dad43d4..4409e6ba 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,7 +14,7 @@ numba==0.47.0 sympy==1.5.1 matplotlib==2.2.2 -pytest==5.4.1 +pytest==9.0.3 pytest-cov==2.7.1 pytest-runner==2.11.1 codecov==2.0.15