From 479e302cbab556b5ab488e6c0a478f5ab9eb4e10 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 28 Jul 2023 21:54:09 +0300 Subject: [PATCH] Bump dependencies and own version --- aiogram/__meta__.py | 2 +- pyproject.toml | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/aiogram/__meta__.py b/aiogram/__meta__.py index 6cd7e1ad..f2a9528b 100644 --- a/aiogram/__meta__.py +++ b/aiogram/__meta__.py @@ -1,2 +1,2 @@ -__version__ = "3.0.0b8" +__version__ = "3.0.0b9" __api_version__ = "6.7" diff --git a/pyproject.toml b/pyproject.toml index a80c182a..a9d32f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]