diff --git a/setup.py b/setup.py index 2a11ea74a..ca84eca31 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ ], extras_require={ 'test': [ - 'pre-commit==2.21.0', + 'pre-commit==4.1.0', 'flake8==4.0.1', 'pytest==7.1.1', 'pytest-dependency==0.4.0',