mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump version
This commit is contained in:
parent
5790c431d0
commit
5780d1840e
5 changed files with 23 additions and 37 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "aiogram"
|
||||
version = "3.0.0-alpha.9"
|
||||
version = "3.0.0-alpha.10"
|
||||
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
||||
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
@ -39,15 +39,14 @@ aiofiles = "^0.6.0"
|
|||
async_lru = "^1.0.2"
|
||||
aiohttp-socks = { version = "^0.5.5", optional = true }
|
||||
aioredis = { version = "^2.0.0a1", allow-prereleases = true, optional = true }
|
||||
typing-extensions = { version = "^3.7.4", python = "<3.8" }
|
||||
magic-filter = { version = "1.0.0a1", allow-prereleases = true }
|
||||
sphinx = { version = "^3.1.0", optional = true }
|
||||
sphinx-intl = { version = "^2.0.1", optional = true }
|
||||
sphinx-autobuild = { version = "^2020.9.1", optional = true }
|
||||
sphinx-copybutton = { version = "^0.3.1", optional = true }
|
||||
furo = { version = "^2020.11.15-beta.17", optional = true }
|
||||
sphinx-prompt = { version = "^1.3.0", optional = true }
|
||||
Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true }
|
||||
# sphinx = { version = "^3.1.0", optional = true }
|
||||
# sphinx-intl = { version = "^2.0.1", optional = true }
|
||||
# sphinx-autobuild = { version = "^2020.9.1", optional = true }
|
||||
# sphinx-copybutton = { version = "^0.3.1", optional = true }
|
||||
# furo = { version = "^2021.6.18-beta.36", optional = true }
|
||||
# sphinx-prompt = { version = "^1.3.0", optional = true }
|
||||
# Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true }
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
aiohttp-socks = "^0.5"
|
||||
|
|
@ -62,8 +61,9 @@ mypy = "^0.812"
|
|||
pytest = "^6.2.3"
|
||||
pytest-html = "^3.1.1"
|
||||
pytest-asyncio = "^0.15.1"
|
||||
pytest-mypy = "^0.8.1"
|
||||
pytest-lazy-fixture = "^0.6.3"
|
||||
pytest-mock = "^3.6.0"
|
||||
pytest-mypy = "^0.8.1"
|
||||
pytest-cov = "^2.11.1"
|
||||
aresponses = "^2.1.4"
|
||||
asynctest = "^0.13.0"
|
||||
|
|
@ -78,10 +78,10 @@ sphinx = "^3.1.0"
|
|||
sphinx-intl = "^2.0.1"
|
||||
sphinx-autobuild = "^2020.9.1"
|
||||
sphinx-copybutton = "^0.3.1"
|
||||
furo = "^2020.11.15-beta.17"
|
||||
furo = "^2021.6.18-beta.36"
|
||||
sphinx-prompt = "^1.3.0"
|
||||
Sphinx-Substitution-Extensions = "^2020.9.30"
|
||||
pytest-lazy-fixture = "^0.6.3"
|
||||
|
||||
|
||||
[tool.poetry.extras]
|
||||
fast = ["uvloop"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue