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', ],