From 58780a14559d6685837af8729892673b99348651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:57:51 +0000 Subject: [PATCH] Bump pytest from 3.2.3 to 9.0.3 in /pbspro Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.2.3 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.2.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pbspro/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbspro/setup.py b/pbspro/setup.py index 71695d0..fd685b8 100644 --- a/pbspro/setup.py +++ b/pbspro/setup.py @@ -128,7 +128,7 @@ def run(self) -> None: ] }, install_requires=["typing_extensions==3.7.4.3"], - tests_require=["pytest==3.2.3"], + tests_require=["pytest==9.0.3"], cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking}, url="http://www.cyclecomputing.com", maintainer="Cycle Computing",