diff --git a/setup.py b/setup.py index d20e891..4e058d7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # What packages are required only for tests? TESTS = [ 'mock==5.1.0', - 'pytest==8.0.1', + 'pytest==9.0.3', 'pytest-django==4.8.0', ]