From af5529ca3b60e4f9a97eb8f7accd79bec1a9f7ee Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 25 Sep 2023 10:53:24 +0300 Subject: [PATCH] chore: bump aiogram version --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ac1421f..88b2022 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,13 +27,13 @@ files = [ [[package]] name = "aiogram" -version = "3.0.0" +version = "3.1.0" description = "Modern and fully asynchronous framework for Telegram Bot API" optional = false python-versions = ">=3.8" files = [ - {file = "aiogram-3.0.0-py3-none-any.whl", hash = "sha256:d8401062bb472c3e8c4e829cd20ea27598b920c203162b034aa2d03a5c499c0c"}, - {file = "aiogram-3.0.0.tar.gz", hash = "sha256:22d42993604bae937223dae9fad2945a89e3306ee293c10f5a9bc5ac298c7d24"}, + {file = "aiogram-3.1.0-py3-none-any.whl", hash = "sha256:832bd4bd075e3882c32da36e56a1e53feaaec20687b78577703a2f566e4a5b37"}, + {file = "aiogram-3.1.0.tar.gz", hash = "sha256:59ae034d6717b63ac922fbced59605af0253940eb7b2d96d8f56acdc72e9cd2b"}, ] [package.dependencies] @@ -52,7 +52,7 @@ fast = ["uvloop (>=0.17.0)"] i18n = ["babel (>=2.12.1,<2.13.0)"] proxy = ["aiohttp-socks (>=0.8.0,<0.9.0)"] redis = ["redis (>=4.6.0,<4.7.0)"] -test = ["aresponses (>=2.1.6,<2.2.0)", "pytest (>=7.4.0,<7.5.0)", "pytest-aiohttp (>=1.0.4,<1.1.0)", "pytest-asyncio (>=0.21.0,<0.22.0)", "pytest-cov (>=4.0.0,<4.1.0)", "pytest-html (>=3.2.0,<3.3.0)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3.10.0,<3.11.0)", "pytest-mypy (>=0.10.0,<0.11.0)", "pytz (>=2022.7.1,<2022.8.0)"] +test = ["aresponses (>=2.1.6,<2.2.0)", "pycryptodomex (>=3.18,<4.0)", "pytest (>=7.4.0,<7.5.0)", "pytest-aiohttp (>=1.0.4,<1.1.0)", "pytest-asyncio (>=0.21.0,<0.22.0)", "pytest-cov (>=4.0.0,<4.1.0)", "pytest-html (>=3.2.0,<3.3.0)", "pytest-lazy-fixture (>=0.6.3,<0.7.0)", "pytest-mock (>=3.10.0,<3.11.0)", "pytest-mypy (>=0.10.0,<0.11.0)", "pytz (>=2022.7.1,<2022.8.0)"] [[package]] name = "aiohttp" @@ -1702,4 +1702,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "330c6868a4f11988a1196caa2fe1f7c99c3663621d3c21145f10f1d2becfa0bc" +content-hash = "69b238a49f08c78f32260ff74f0e4dfebf09ceab3f12a05d2567875db618615d" diff --git a/pyproject.toml b/pyproject.toml index 67cfa77..46c69be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" -aiogram = "~3.0" +aiogram = "~3.1" aiohttp = { version = "~3.8.5", extras = ["speedups"] } uvloop = { version = "~0.17", markers = "sys_platform != 'win32' and implementation_name == 'cpython'" } redis = { version = "~5.0", extras = ["hiredis"] }