Bump dependencies

This commit is contained in:
Alex Root Junior 2021-10-11 01:26:41 +03:00
parent 02ca5589aa
commit 2d21cb22f1
2 changed files with 9 additions and 2098 deletions

2094
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,10 +1,15 @@
[tool.poetry]
name = "aiogram"
version = "3.0.0-alpha.17"
version = "3.0.0-alpha.18"
description = "Modern and fully asynchronous framework for Telegram Bot API"
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
authors = [
"Alex Root Junior <jroot.junior@gmail.com>",
]
maintainers = [
"Alex Root Junior <jroot.junior@gmail.com>",
]
license = "MIT"
readme = "README.md"
readme = "README.rst"
homepage = "https://aiogram.dev/"
documentation = "https://docs.aiogram.dev/"
repository = "https://github.com/aiogram/aiogram/"
@ -33,7 +38,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
magic-filter = "^1.0.2"
magic-filter = "^1.0.3"
aiohttp = "^3.7.4"
pydantic = "^1.8.2"
aiofiles = "^0.7.0"