diff --git a/poetry.lock b/poetry.lock index e8dd2b68..76b06688 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,21 +2,18 @@ [[package]] name = "aiosqlite" -version = "0.20.0" +version = "0.22.1" 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.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.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.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 = "annotated-types" @@ -2485,4 +2482,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "27869c366db3bebeafa891375c9484de414a3229e5e3511eb1f5ea79955e1d0c" +content-hash = "b0386fe10ec58507462f5f6add5d84185b2e535b2f1f5090c5ecf4ca38d8122e" diff --git a/pyproject.toml b/pyproject.toml index b5fec479..31c233b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ python = ">=3.9,<4.0" [tool.poetry.dev-dependencies] Faker = "^26.0.0" SQLAlchemy-Utils = "^0.41.2" -aiosqlite = "^0.20.0" +aiosqlite = "^0.22.0" bandit = "^1.7.9" flynt = "^1.0.1" greenlet = "^3.0.3"