diff --git a/setup.py b/setup.py index a883414..e398652 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'Jinja2==3.0.3', ], 'test': [ - 'pytest==6.2.5', + 'pytest==7.2.0', 'coverage==6.2', 'pytest-cov==3.0.0', 'pytest-html==3.1.1',