From badcd002b6fd4e587efa4afbbc4f7894a7b4ebdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 01:01:00 +0000 Subject: [PATCH] Update dependency aiosqlite to ^0.22.0 --- poetry.lock | 17 +++++++---------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6a3f021b..fd48ee05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,22 +2,19 @@ [[package]] name = "aiosqlite" -version = "0.20.0" +version = "0.22.1" description = "asyncio bridge to the standard sqlite3 module" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "aiosqlite-0.20.0-py3-none-any.whl", hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6"}, - {file = "aiosqlite-0.20.0.tar.gz", hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7"}, + {file = "aiosqlite-0.22.1-py3-none-any.whl", hash = "sha256:21c002eb13823fad740196c5a2e9d8e62f6243bd9e7e4a1f87fb5e44ecb4fceb"}, + {file = "aiosqlite-0.22.1.tar.gz", hash = "sha256:043e0bd78d32888c0a9ca90fc788b38796843360c855a7262a532813133a0650"}, ] -[package.dependencies] -typing_extensions = ">=4.0" - [package.extras] -dev = ["attribution (==1.7.0)", "black (==24.2.0)", "coverage[toml] (==7.4.1)", "flake8 (==7.0.0)", "flake8-bugbear (==24.2.6)", "flit (==3.9.0)", "mypy (==1.8.0)", "ufmt (==2.3.0)", "usort (==1.0.8.post1)"] -docs = ["sphinx (==7.2.6)", "sphinx-mdinclude (==0.5.3)"] +dev = ["attribution (==1.8.0)", "black (==25.11.0)", "build (>=1.2)", "coverage[toml] (==7.10.7)", "flake8 (==7.3.0)", "flake8-bugbear (==24.12.12)", "flit (==3.12.0)", "mypy (==1.19.0)", "ufmt (==2.8.0)", "usort (==1.0.8.post1)"] +docs = ["sphinx (==8.1.3)", "sphinx-mdinclude (==0.6.2)"] [[package]] name = "annotated-doc" @@ -3013,4 +3010,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "2289e09398ecd0deff133795bd655342d6938b5505015dbc3a206371e8d68f46" +content-hash = "6fda5803624e134048cef2e7af6de090c8733eda6025adf33d6a324e1ceab67c" diff --git a/pyproject.toml b/pyproject.toml index 5315963f..830fd3ce 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ python = ">=3.10,<4.0" [tool.poetry.group.dev.dependencies] Faker = "^26.0.0" SQLAlchemy-Utils = "^0.41.2" -aiosqlite = "^0.20.0" +aiosqlite = "^0.22.0" bandit = "^1.7.9" flynt = "^1.0.1" greenlet = "^3.0.3"