From ecaef0fa71c176e990565d424e4302746da9a20a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:12:43 +0000 Subject: [PATCH] Update dependency aioconsole to v0.7.0 --- 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 1f6ca2a219..dd1125fd28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aioconsole" -version = "0.6.2" +version = "0.7.0" 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.0-py3-none-any.whl", hash = "sha256:ee799435f77e8c3a2a7207c465feae2343a2aa537c38e8f56b629c8a321a02d0"}, + {file = "aioconsole-0.7.0.tar.gz", hash = "sha256:c702d24406378d37d9873f91e03ce71520bac503d5ab03f81d8b563ff010bd54"}, ] [[package]] @@ -4295,4 +4295,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "862e08b66f3e7f44359be585efcec100bd9fe9e09e3e6cee5c55d5b705399d8c" +content-hash = "5c0c5e8bcb0013e6a5bcf10d5f2259c6ee01fa42bf2a6e79cdefd1a5ea131871" diff --git a/pyproject.toml b/pyproject.toml index 43ae58794f..02ff23069f 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 1e4e2f99a5..ee92f5ed12 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.0; python_full_version >= "3.12.0" and python_full_version < "4.0.0" \ + --hash=sha256:c702d24406378d37d9873f91e03ce71520bac503d5ab03f81d8b563ff010bd54 \ + --hash=sha256:ee799435f77e8c3a2a7207c465feae2343a2aa537c38e8f56b629c8a321a02d0 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" \