Bump dev dependencies

This commit is contained in:
Oleg A 2024-06-14 18:46:21 +03:00
parent 0df95a0276
commit 2ff5513489
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5
20 changed files with 90 additions and 74 deletions

View file

@ -67,7 +67,7 @@ jobs:
- name: Lint code
run: |
ruff --output-format=github aiogram examples
ruff check --output-format=github aiogram examples
mypy aiogram
black --check --diff aiogram tests