diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c42ea91e..d6537dce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,6 @@ repos: files: &files '^(aiogram|tests|examples)' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.4.9' + rev: 'v0.5.1' hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 97239f91..304d2e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ docs = [ dev = [ "black~=24.4.2", "isort~=5.13.2", - "ruff~=0.4.9", + "ruff~=0.5.1", "mypy~=1.10.0", "toml~=0.10.2", "pre-commit~=3.5",