diff --git a/pyproject.toml b/pyproject.toml index be5a6db..6845a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ lint = [ 'pylint~=2.15', ] test = [ - 'pytest~=7.3.1', + 'pytest~=8.2.1', 'pytest-cov~=4.1', 'coverage~=7.4', ]