diff --git a/poetry.lock b/poetry.lock index 14ef2c9..fb82594 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,21 +2,21 @@ [[package]] name = "aiosqlite" -version = "0.20.0" +version = "0.21.0" description = "asyncio bridge to the standard sqlite3 module" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.21.0-py3-none-any.whl", hash = "sha256:2549cf4057f95f53dcba16f2b64e8e2791d7e1adedb13197dd8ed77bb226d7d0"}, + {file = "aiosqlite-0.21.0.tar.gz", hash = "sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3"}, ] [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.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)"] [[package]] name = "alembic" @@ -1722,4 +1722,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c5ce7490892ce632f53be96712cb1da991c88ce417024f7b96a580c3f7fb939d" +content-hash = "6f5a46df5acf499e277060a1000cafe0dd468b366daf3b4dd60a38c62d63e63f" diff --git a/pyproject.toml b/pyproject.toml index 0585568..0d436eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ tox = "^4.23.2" pytest-cov = "^6.0.0" coverage = "^7.6.8" pytest-asyncio = "^0.24.0" -aiosqlite = "^0.20.0" +aiosqlite = "^0.21.0" pytest-mock = "^3.14.0" [tool.ruff]