From 4a9b4ec3fb4687688fed7ba617eed1e1ccbe4508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:09 +0000 Subject: [PATCH] Bump pytest from 2.5.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 2.5.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/2.5.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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 311b21d..038a8bb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ --requirement requirements.txt # Testing -pytest==6.2.2 +pytest==9.0.3 pytest-cov==2.11.1 py==1.10.0 mock==1.0.1 diff --git a/setup.py b/setup.py index c82ff68..b4b8f27 100644 --- a/setup.py +++ b/setup.py @@ -260,7 +260,7 @@ def run_tests(self): ] + python_version_specific_requires, # Allow tests to be run with `python setup.py test'. tests_require=[ - 'pytest==2.5.1', + 'pytest==9.0.3', 'mock==1.0.1', 'flake8==2.1.0', ],