From 44d2eb24d6e9db68f835f02e3e6a6bf00d562a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:12 +0000 Subject: [PATCH] Bump pytest from 2.3.4 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 2.3.4 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.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 002f888..c1ef57a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ factcheck==1.1.0.0 -pytest==2.3.4 +pytest==9.0.3 diff --git a/setup.py b/setup.py index ac14cfb..b84176d 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def run_tests(self): packages=[package, package+'.parts'], scripts=[], - tests_require=['pytest==2.3.4', 'factcheck==1.1.0.0'], + tests_require=['pytest==9.0.3', 'factcheck==1.1.0.0'], cmdclass = {'test': PyTest} )