diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a5319c..3241c6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/pyproject.toml b/pyproject.toml index 318e032..a7b668b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.10" tomli = {version = "^2.0.1", python = "<3.11"} [tool.poetry.group.dev.dependencies] -pre-commit = "^2.20.0" +pre-commit = "^4.5.0" mypy = "^1.5" pytest = "^7.2.0" pytest-cov = "^4.0.0"