mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
Bump dependencies
This commit is contained in:
parent
02ca5589aa
commit
2d21cb22f1
2 changed files with 9 additions and 2098 deletions
2094
poetry.lock
generated
2094
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,10 +1,15 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aiogram"
|
name = "aiogram"
|
||||||
version = "3.0.0-alpha.17"
|
version = "3.0.0-alpha.18"
|
||||||
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
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"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.rst"
|
||||||
homepage = "https://aiogram.dev/"
|
homepage = "https://aiogram.dev/"
|
||||||
documentation = "https://docs.aiogram.dev/"
|
documentation = "https://docs.aiogram.dev/"
|
||||||
repository = "https://github.com/aiogram/aiogram/"
|
repository = "https://github.com/aiogram/aiogram/"
|
||||||
|
|
@ -33,7 +38,7 @@ classifiers = [
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
magic-filter = "^1.0.2"
|
magic-filter = "^1.0.3"
|
||||||
aiohttp = "^3.7.4"
|
aiohttp = "^3.7.4"
|
||||||
pydantic = "^1.8.2"
|
pydantic = "^1.8.2"
|
||||||
aiofiles = "^0.7.0"
|
aiofiles = "^0.7.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue