diff --git a/setup.py b/setup.py index 4b88f781..963bf730 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def run_tests(self): tests_require=[ "pytest==8.3.3", "nose==1.3.7", - "pre-commit==4.0.0", + "pre-commit==4.0.1", ], cmdclass={"test": PyTest}, classifiers=[