From 44cd0a9f7d38dac13d15e688eb75f124dbf52598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:47:36 +0000 Subject: [PATCH] Bump pytest from 3.10.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.10.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/3.10.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c536e2..7269a60 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires=[ 'numpy', 'ipython', - 'pytest==3.10.1', + 'pytest==9.0.3', 'pytest-xdist', 'nose', 'mock'