From b5daee569b9c1a26115428f9bb39c61806c41ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:01 +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(-) mode change 100755 => 100644 setup.py diff --git a/requirements-dev.txt b/requirements-dev.txt index af5bb12..d84f1a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ --requirement requirements.txt # Testing -pytest==2.5.1 +pytest==9.0.3 py==1.10.0 mock==1.0.1 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 65bba55..7fc442a --- a/setup.py +++ b/setup.py @@ -276,7 +276,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', ],