diff --git a/aiogram/types/message.py b/aiogram/types/message.py index b37af1d0..eab3873d 100644 --- a/aiogram/types/message.py +++ b/aiogram/types/message.py @@ -15,9 +15,9 @@ if TYPE_CHECKING: CopyMessage, DeleteMessage, EditMessageCaption, - EditMessageReplyMarkup, EditMessageLiveLocation, EditMessageMedia, + EditMessageReplyMarkup, EditMessageText, ForwardMessage, PinChatMessage, diff --git a/poetry.lock b/poetry.lock index 2a2cb710..bbed5305 100644 --- a/poetry.lock +++ b/poetry.lock @@ -776,7 +776,7 @@ trio = ["trio (>=0.16.0)"] [[package]] name = "pytz" -version = "2022.4" +version = "2022.5" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -1816,8 +1816,8 @@ python-socks = [ {file = "python_socks-2.0.3-py3-none-any.whl", hash = "sha256:950723f27d2cf401e193a9e0a0d45baab848341298f5b397d27fda0c4635e9a9"}, ] pytz = [ - {file = "pytz-2022.4-py2.py3-none-any.whl", hash = "sha256:2c0784747071402c6e99f0bafdb7da0fa22645f06554c7ae06bf6358897e9c91"}, - {file = "pytz-2022.4.tar.gz", hash = "sha256:48ce799d83b6f8aab2020e369b627446696619e79645419610b9facd909b3174"}, + {file = "pytz-2022.5-py2.py3-none-any.whl", hash = "sha256:335ab46900b1465e714b4fda4963d87363264eb662aab5e65da039c25f1f5b22"}, + {file = "pytz-2022.5.tar.gz", hash = "sha256:c4d88f472f54d615e9cd582a5004d1e5f624854a6a27a6211591c251f22a6914"}, ] PyYAML = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/requirements/base.txt b/requirements/base.txt index 036f7127..cca01754 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,6 +10,6 @@ idna==3.4 ; python_version >= "3.8" and python_version < "4.0" magic-filter==1.0.9 ; python_version >= "3.8" and python_version < "4.0" multidict==6.0.2 ; python_version >= "3.8" and python_version < "4.0" pydantic==1.10.2 ; python_version >= "3.8" and python_version < "4.0" -pytz==2022.4 ; python_version >= "3.8" and python_version < "4.0" +pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0" typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "4.0" yarl==1.8.1 ; python_version >= "3.8" and python_version < "4.0" diff --git a/requirements/docs.txt b/requirements/docs.txt index 8f14c3bd..003ced95 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -33,7 +33,7 @@ pygments==2.13.0 ; python_version >= "3.8" and python_version < "4.0" pymdown-extensions==9.6 ; python_version >= "3.8" and python_version < "4.0" pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "4.0" python-socks[asyncio]==2.0.3 ; python_version >= "3.8" and python_version < "4.0" -pytz==2022.4 ; python_version >= "3.8" and python_version < "4.0" +pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0" redis==4.3.4 ; python_version >= "3.8" and python_version < "4.0" requests==2.28.1 ; python_version >= "3.8" and python_version < "4" setuptools==65.5.0 ; python_version >= "3.8" and python_version < "4.0" diff --git a/tests/test_api/test_types/test_message.py b/tests/test_api/test_types/test_message.py index 8eccb7d4..596b13ab 100644 --- a/tests/test_api/test_types/test_message.py +++ b/tests/test_api/test_types/test_message.py @@ -31,8 +31,8 @@ from aiogram.methods import ( SendVideoNote, SendVoice, StopMessageLiveLocation, - UnpinChatMessage, TelegramMethod, + UnpinChatMessage, ) from aiogram.types import ( Animation,