From 1a22cf3a31bd1a8c4005a441dd8f5728110001e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 17:35:20 +0000 Subject: [PATCH] build(deps): bump aiosqlite from 0.19.0 to 0.20.0 (#1283) Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.19.0...v0.20.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 | 17 ++++++++++------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index a46c9e2..c12df93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,18 +38,21 @@ sa = ["sqlalchemy[postgresql-psycopg2binary] (>=1.3,<1.5)"] [[package]] name = "aiosqlite" -version = "0.19.0" +version = "0.20.0" description = "asyncio bridge to the standard sqlite3 module" optional = true -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "aiosqlite-0.19.0-py3-none-any.whl", hash = "sha256:edba222e03453e094a3ce605db1b970c4b3376264e56f32e2a4959f948d66a96"}, - {file = "aiosqlite-0.19.0.tar.gz", hash = "sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d"}, + {file = "aiosqlite-0.20.0-py3-none-any.whl", hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6"}, + {file = "aiosqlite-0.20.0.tar.gz", hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7"}, ] +[package.dependencies] +typing_extensions = ">=4.0" + [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)"] +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)"] [[package]] name = "annotated-types" @@ -2644,4 +2647,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "f434ef628bfb1c36aa0715d326ac3686d9c0e75b89d3d9d8a2f5d0c41ca1eba2" +content-hash = "b1e7a581986905b97fbbafd84e25831d513d60fe6009507f27e17e7ae9159e86" diff --git a/pyproject.toml b/pyproject.toml index 381470f..694b4eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pydantic = "v2.5.3" SQLAlchemy = "^1.4.42" cryptography = { version = ">=41.0.3,<43.0.0", optional = true } # Async database drivers -aiosqlite = { version = "^0.19.0", optional = true } +aiosqlite = { version = ">=0.19,<0.21", optional = true } aiomysql = { version = ">=0.1.0", optional = true } aiopg = { version = "^1.3.3", optional = true } asyncpg = { version = ">=0.28,<0.30", optional = true }