diff --git a/poetry.lock b/poetry.lock index 047d992..c1b2334 100644 --- a/poetry.lock +++ b/poetry.lock @@ -172,23 +172,20 @@ typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""} [[package]] name = "aiosqlite" -version = "0.21.0" +version = "0.22.1" description = "asyncio bridge to the standard sqlite3 module" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"sqlite\" or extra == \"database\"" +markers = "extra == \"database\" or extra == \"sqlite\"" files = [ - {file = "aiosqlite-0.21.0-py3-none-any.whl", hash = "sha256:2549cf4057f95f53dcba16f2b64e8e2791d7e1adedb13197dd8ed77bb226d7d0"}, - {file = "aiosqlite-0.21.0.tar.gz", hash = "sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3"}, + {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.1)", "black (==24.3.0)", "build (>=1.2)", "coverage[toml] (==7.6.10)", "flake8 (==7.0.0)", "flake8-bugbear (==24.12.12)", "flit (==3.10.1)", "mypy (==1.14.1)", "ufmt (==2.5.1)", "usort (==1.0.8.post1)"] -docs = ["sphinx (==8.1.3)", "sphinx-mdinclude (==0.6.1)"] +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 = "alembic" @@ -230,7 +227,7 @@ description = "An asyncio PostgreSQL driver" optional = true python-versions = ">=3.8.0" groups = ["main"] -markers = "extra == \"pgsql\" or extra == \"database\"" +markers = "extra == \"database\" or extra == \"pgsql\"" files = [ {file = "asyncpg-0.30.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bfb4dd5ae0699bad2b233672c8fc5ccbd9ad24b89afded02341786887e37927e"}, {file = "asyncpg-0.30.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:dc1f62c792752a49f88b7e6f774c26077091b44caceb1983509edc18a2222ec0"}, @@ -1652,4 +1649,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.1" python-versions = ">=3.12.8,<3.14" -content-hash = "747e77ce7a54076ce86734c087db55464e16d9dbcedf4a918212612707cdf444" +content-hash = "1a6205874065e605058d7078ab2e1013f6909603395de74f1e375a634658d023" diff --git a/pyproject.toml b/pyproject.toml index 119da11..8190865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">=3.12.8,<3.14" SQLAlchemy = {extras = ["asyncio"], version = "^2.0.44"} alembic = {extras = ["tz"], version = "^1.17.2"} asyncpg = { version = "^0.30.0", optional = true } -aiosqlite = { version = "^0.21.0", optional = true } +aiosqlite = { version = "^0.22.1", optional = true } pynacl = "^1.5.0" tornado = "^6.5" tzdata = "^2025.2"