mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Bump dependencies
This commit is contained in:
parent
e8d279c8f2
commit
56097d6b53
5 changed files with 15 additions and 19 deletions
|
|
@ -35,7 +35,6 @@ class TestGetMessageUrl:
|
|||
force_private: bool,
|
||||
expected_result: Optional[str],
|
||||
):
|
||||
|
||||
fake_chat = Chat(id=chat_id, username=chat_username, type=chat_type)
|
||||
fake_message_id = 10
|
||||
fake_message = Message(
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ from aiogram.exceptions import UnsupportedKeywordArgument
|
|||
from aiogram.filters import Filter
|
||||
from aiogram.types import Chat, Message, User
|
||||
|
||||
|
||||
# TODO: Test middlewares in routers tree
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue