diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fbe8f977..e6168a39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] ruff = "0.3.4" -pre-commit = "3.7.0" +pre-commit = "3.7.1" [tool.poetry.group.doc.dependencies] Sphinx = "7.3.7" |