diff --git a/poetry.lock b/poetry.lock index 01b6cb2..e468e24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -40,19 +40,23 @@ sa = ["sqlalchemy[postgresql-psycopg2binary] (>=1.3,<1.5)"] [[package]] name = "aiosqlite" -version = "0.18.0" +version = "0.19.0" description = "asyncio bridge to the standard sqlite3 module" category = "main" optional = true 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.dependencies] typing_extensions = {version = ">=4.0", markers = "python_version < \"3.8\""} +[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 = "anyio" version = "3.6.2" @@ -2771,4 +2775,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "db3e31778a90cedce9b2a5fa867a4ebe63110f2da7aad27a5b906424233a76bd" +content-hash = "db67b40af0bbb13c808cfd40b57057c1ea73cdfa1e6cba8150f497e280e2bda2" diff --git a/pyproject.toml b/pyproject.toml index 6ab49ef..9c88b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.8" SQLAlchemy = ">=1.3.18,<1.4.42" cryptography = { version = ">=35,<41", optional = true } # Async database drivers -aiosqlite = { version = ">=0.17,<0.19", optional = true } +aiosqlite = { version = ">=0.17,<0.20", optional = true } aiomysql = { version = ">=0.1.0", optional = true } aiopg = { version = "^1.3.3", optional = true } asyncpg = { version = ">=0.24,<0.28", optional = true }