From 58b2edcdb8ef762629ff8df1e77083bfcc5059cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:50:35 +0000 Subject: [PATCH] Update dependency aioconsole to v0.7.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- requirements.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04cd8497223..1b68d09c2d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aioconsole" -version = "0.6.2" +version = "0.7.1" description = "Asynchronous console and interfaces for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "aioconsole-0.6.2-py3-none-any.whl", hash = "sha256:1968021eb03b88fcdf5f5398154b21585e941a7b98c9fcef51c4bb0158156619"}, - {file = "aioconsole-0.6.2.tar.gz", hash = "sha256:bac11286f1062613d2523ceee1ba81c676cd269812b865b66b907448a7b5f63e"}, + {file = "aioconsole-0.7.1-py3-none-any.whl", hash = "sha256:1867a7cc86897a87398e6e6fba302738548f1cf76cbc6c76e06338e091113bdc"}, + {file = "aioconsole-0.7.1.tar.gz", hash = "sha256:a3e52428d32623c96746ec3862d97483c61c12a2f2dfba618886b709415d4533"}, ] [[package]] @@ -4289,4 +4289,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "a2ad3cb51b78503426c0b7fd8fd6785a731a04e27e5721ff68c4efc8bfb61189" +content-hash = "5ad793b69c4f3f2426db481d3ac63658542bff3991d44d206e9fb59c5d1b22b3" diff --git a/pyproject.toml b/pyproject.toml index 22f8335451f..a49cd4ffb0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ gql = "^3.4.0" filetype = "^1.2.0" SQLAlchemy = "^2.0.20" APScheduler = "^3.9.1-post.0" -aioconsole = "^0.6.1" +aioconsole = "^0.7.0" aiogram = "^3.4.1" ujson = "^5.7.0" PyMySQL = "^1.0.2" diff --git a/requirements.txt b/requirements.txt index bfee08348a9..caec28fd30a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -aioconsole==0.6.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" \ - --hash=sha256:1968021eb03b88fcdf5f5398154b21585e941a7b98c9fcef51c4bb0158156619 \ - --hash=sha256:bac11286f1062613d2523ceee1ba81c676cd269812b865b66b907448a7b5f63e +aioconsole==0.7.1; python_full_version >= "3.12.0" and python_full_version < "4.0.0" \ + --hash=sha256:1867a7cc86897a87398e6e6fba302738548f1cf76cbc6c76e06338e091113bdc \ + --hash=sha256:a3e52428d32623c96746ec3862d97483c61c12a2f2dfba618886b709415d4533 aiocqhttp==1.4.4 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" \ --hash=sha256:eb2b6996753cacee45bf615aba5db4625b495e7a184a2fd27d2e5408f472c03d aiofile==3.8.8 ; python_full_version >= "3.12.0" and python_version < "4" \