mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Bump dependencies and own version
This commit is contained in:
parent
27f48c60de
commit
479e302cba
2 changed files with 19 additions and 19 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "3.0.0b8"
|
||||
__version__ = "3.0.0b9"
|
||||
__api_version__ = "6.7"
|
||||
|
|
|
|||
|
|
@ -40,11 +40,11 @@ classifiers = [
|
|||
"Topic :: Communications :: Chat",
|
||||
]
|
||||
dependencies = [
|
||||
"magic-filter~=1.0.10",
|
||||
"aiohttp~=3.8.4",
|
||||
"pydantic~=2.0.0",
|
||||
"magic-filter~=1.0",
|
||||
"aiohttp~=3.8.5",
|
||||
"pydantic~=2.1.1",
|
||||
"aiofiles~=23.1.0",
|
||||
"certifi>=2023.5.7",
|
||||
"certifi>=2023.7.22",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ fast = [
|
|||
"uvloop>=0.17.0; (sys_platform == 'darwin' or sys_platform == 'linux') and platform_python_implementation != 'PyPy'",
|
||||
]
|
||||
redis = [
|
||||
"redis~=4.5.4",
|
||||
"redis~=4.6.0",
|
||||
]
|
||||
proxy = [
|
||||
"aiohttp-socks~=0.8.0",
|
||||
|
|
@ -77,30 +77,30 @@ test = [
|
|||
"pytz~=2022.7.1"
|
||||
]
|
||||
docs = [
|
||||
"Sphinx~=5.2.3",
|
||||
"Sphinx~=7.1.1",
|
||||
"sphinx-intl~=2.0.1",
|
||||
"sphinx-autobuild~=2021.3.14",
|
||||
"sphinx-copybutton~=0.5.0",
|
||||
"furo~=2022.9.29",
|
||||
"sphinx-prompt~=1.5.0",
|
||||
"sphinx-copybutton~=0.5.2",
|
||||
"furo~=2023.7.26",
|
||||
"sphinx-prompt~=1.7.0",
|
||||
"Sphinx-Substitution-Extensions~=2022.2.16",
|
||||
"towncrier~=22.8.0",
|
||||
"pygments~=2.4",
|
||||
"pymdown-extensions~=9.6",
|
||||
"markdown-include~=0.7.0",
|
||||
"Pygments~=2.13.0",
|
||||
"sphinxcontrib-towncrier~=0.3.1a3",
|
||||
"towncrier~=23.6.0",
|
||||
"pygments~=2.15.1",
|
||||
"pymdown-extensions~=10.1",
|
||||
"markdown-include~=0.8.1",
|
||||
"Pygments~=2.15.1",
|
||||
"sphinxcontrib-towncrier~=0.3.2a0",
|
||||
]
|
||||
dev = [
|
||||
"black~=23.3.0",
|
||||
"black~=23.7.0",
|
||||
"isort~=5.11",
|
||||
"ruff~=0.0.275",
|
||||
"ruff~=0.0.280",
|
||||
"mypy~=1.4.1",
|
||||
"toml~=0.10.2",
|
||||
"pre-commit~=3.3.3",
|
||||
"towncrier~=23.6.0",
|
||||
"packaging~=23.0",
|
||||
"typing-extensions~=4.6.0",
|
||||
"typing-extensions~=4.7.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue