diff --git a/pyproject.toml b/pyproject.toml index 6cd29fd..6c6eb96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ python = "^3.12" aiogram = "^3" aiogram-dialog = "^2.1.0" aiohttp = {version = "^3", extras = ["speedups"]} -pre-commit = "^3.6.2" +pre-commit = "^4.0.1" pydantic-settings = "^2" python-dotenv = "^1.0.1" requests = "^2.32.0" -ruff = "^0.6.7" +ruff = "^0.6.9" [tool.ruff] line-length = 120