From f26d69eba02c40fff0dc66c7b4928bd00e50159c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20aiosqlite=20from=200.18.0=20?= =?UTF-8?q?to=200.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/omnilib/aiosqlite/releases) - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e1f7358..7727f7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,16 +153,20 @@ frozenlist = ">=1.1.0" [[package]] name = "aiosqlite" -version = "0.18.0" +version = "0.19.0" description = "asyncio bridge to the standard sqlite3 module" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "aiosqlite-0.18.0-py3-none-any.whl", hash = "sha256:c3511b841e3a2c5614900ba1d179f366826857586f78abd75e7cbeb88e75a557"}, - {file = "aiosqlite-0.18.0.tar.gz", hash = "sha256:faa843ef5fb08bafe9a9b3859012d3d9d6f77ce3637899de20606b7fc39aa213"}, + {file = "aiosqlite-0.19.0-py3-none-any.whl", hash = "sha256:edba222e03453e094a3ce605db1b970c4b3376264e56f32e2a4959f948d66a96"}, + {file = "aiosqlite-0.19.0.tar.gz", hash = "sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d"}, ] +[package.extras] +dev = ["aiounittest (==1.4.1)", "attribution (==1.6.2)", "black (==23.3.0)", "coverage[toml] (==7.2.3)", "flake8 (==5.0.4)", "flake8-bugbear (==23.3.12)", "flit (==3.7.1)", "mypy (==1.2.0)", "ufmt (==2.1.0)", "usort (==1.0.6)"] +docs = ["sphinx (==6.1.3)", "sphinx-mdinclude (==0.5.3)"] + [[package]] name = "alembic" version = "1.10.3" @@ -2948,4 +2952,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2e021e4cad18f7b088befd5b224f8e52e03ecc3ec87ac1aa51cb4cba75fc799f" +content-hash = "4d61fa3d80e21bb5ad9c17c363c4e00cbde3dbb9c648cab680646033653905f3" diff --git a/pyproject.toml b/pyproject.toml index 546903c..f9aaa4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ qrcode = "^7.4.2" cryptography = "^40.0.1" pillow = "^9.4.0" playwright = "^1.27.1" -aiosqlite = { extras = ["sqlite"], version = "^0.18.0" } +aiosqlite = { extras = ["sqlite"], version = "^0.19.0" } [tool.poetry.extras] pyro = ["Pyrogram", "TgCrypto"]