diff --git a/pyproject.toml b/pyproject.toml index bfd81ea78..818ca8991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ development = [ #'flake8==5.0.4', # version 6.x.x requires python >= 3.8.1 (but 3.7 support window is until 2023-06-27) 'bandit==1.8.6', 'vulture==2.14', - 'pyroma==4.3.3', + 'pyroma==5.0', 'isort==6.0.1', 'pylint==3.3.7', 'pyright==1.1.403',