diff --git a/setup.py b/setup.py index de78531..629ef94 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'ipdb==0.13.*' ], 'test': [ - 'pytest==6.2.5', + 'pytest==7.4.3', 'pytest-cov==3.0.0' ] },