From 02cf2b74571c1cfe365e98ce39df25298005e10a Mon Sep 17 00:00:00 2001 From: loRes <61621244+loRes228@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:01:47 +0300 Subject: [PATCH] minimum version of aiogram increased --- .github/workflows/tests.yml | 5 +---- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9870a55..59b7168 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,9 +27,6 @@ jobs: - "3.10" - "3.11" - "3.12" - aiogram-version: - - "3.6.0" - - "3.7.0" defaults: run: shell: bash @@ -47,7 +44,7 @@ jobs: cache-dependency-path: pyproject.toml - name: Install dependencies - run: python -m pip install --upgrade .[dev,test,redis,mongo,sqlalchemy] build pip aiogram=="${{ matrix.aiogram-version }}" + run: python -m pip install --upgrade .[dev,test,redis,mongo,sqlalchemy] build pip aiogram - name: Lint code run: make lint diff --git a/pyproject.toml b/pyproject.toml index e1fd4e0..80be2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ keywords = [ "wrapper" ] dependencies = [ - "aiogram>=3.6.0" + "aiogram>=3.7.0" ] [project.optional-dependencies]