mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* #896 Restrict including routers with strings * Remove imports util, bump dependencies
This commit is contained in:
parent
4fb77a3a2a
commit
f2e02e2a7c
7 changed files with 11 additions and 70 deletions
|
|
@ -37,7 +37,7 @@ classifiers = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
magic-filter = "^1.0.6"
|
||||
magic-filter = "^1.0.7"
|
||||
aiohttp = "^3.8.1"
|
||||
pydantic = "^1.9.0"
|
||||
aiofiles = "^0.8.0"
|
||||
|
|
@ -69,7 +69,7 @@ black = "^22.1.0"
|
|||
isort = "^5.10.1"
|
||||
flake8 = "^4.0.1"
|
||||
mypy = "^0.942"
|
||||
pytest = "^7.0.1"
|
||||
pytest = "^7.1.2"
|
||||
pytest-html = "^3.1.1"
|
||||
pytest-asyncio = "^0.18.1"
|
||||
pytest-lazy-fixture = "^0.6.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue