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",