diff --git a/changes/197.misc.rst b/changes/197.misc.rst new file mode 100644 index 0000000..45f2562 --- /dev/null +++ b/changes/197.misc.rst @@ -0,0 +1 @@ +Updated pre-commit from 3.7.1 to 3.8.0. diff --git a/pyproject.toml b/pyproject.toml index cf7afa9..b98adc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ dev = [ # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", - "pre-commit == 3.7.1 ; python_version >= '3.9'", + "pre-commit == 3.8.0 ; python_version >= '3.9'", "pytest == 8.3.2", "setuptools_scm == 8.1.0", "tox == 4.16.0",