diff --git a/setup.py b/setup.py index d561ccf..8763bcc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ], extras_require={ "test": [ - 'pytest==7.0.1', + 'pytest==7.2.0', 'pylint==2.13.4', 'pytest-cov==3.0.0', ]