diff --git a/pyproject.toml b/pyproject.toml index a8ce8189..41fded4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ postgresql = ["asyncpg"] [tool.poetry.group.dev.dependencies] isort = "^5.13.2" black = "^24.2.0" -pre-commit = "^3.6.2" +pre-commit = "^4.0.1" flake8 = "7.1.1" mypy = "^1.11.2" types-pyyaml = "^6.0.12.20240808"