diff --git a/changes/2021.misc.rst b/changes/2021.misc.rst new file mode 100644 index 000000000..fa13cc2e2 --- /dev/null +++ b/changes/2021.misc.rst @@ -0,0 +1 @@ +Updated pre-commit from 4.0.0 to 4.0.1. diff --git a/pyproject.toml b/pyproject.toml index 827b755f0..35217ae4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ dev = [ "coverage[toml] == 7.6.1", "coverage-conditional-plugin == 0.9.0", - "pre-commit == 4.0.0", + "pre-commit == 4.0.1", "pytest == 8.3.3", "pytest-xdist == 3.6.1", "setuptools_scm == 8.1.0",