diff --git a/poetry.lock b/poetry.lock index db7bd86..156ad1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,18 @@ [[package]] name = "aiosqlite" -version = "0.17.0" +version = "0.19.0" description = "asyncio bridge to the standard sqlite3 module" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "aiosqlite-0.17.0-py3-none-any.whl", hash = "sha256:6c49dc6d3405929b1d08eeccc72306d3677503cc5e5e43771efc1e00232e8231"}, - {file = "aiosqlite-0.17.0.tar.gz", hash = "sha256:f0e6acc24bc4864149267ac82fb46dfb3be4455f99fe21df82609cc6e6baee51"}, + {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 = ">=3.7.2" +[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" @@ -1497,4 +1498,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "20511225bc59da52c307659341e0052e7505a3157cd76fb24bddcaac2989fbf5" +content-hash = "c85fc6a1c139c0371b8dcee427917e790cf8a25b30df5536bdc4e114161e50f0" diff --git a/pyproject.toml b/pyproject.toml index f556a5b..6310c11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ httpx = "^0.23.0" uvicorn = {extras = ["standard"], version = "^0.19.0"} loguru = "^0.6.0" sqlalchemy = "^2.0.19" -aiosqlite = "^0.17.0" +aiosqlite = "^0.19.0" alembic = {extras = ["tz"], version = "^1.8.1"} tomli = "^2.0.1" pycryptodome = "^3.18.0"