[chore] bump aiosqlite from 0.17.0 to 0.19.0
This commit is contained in:
parent
7d705e4ce7
commit
f9f398a207
2 changed files with 9 additions and 8 deletions
15
poetry.lock
generated
15
poetry.lock
generated
|
@ -2,17 +2,18 @@
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiosqlite"
|
name = "aiosqlite"
|
||||||
version = "0.17.0"
|
version = "0.19.0"
|
||||||
description = "asyncio bridge to the standard sqlite3 module"
|
description = "asyncio bridge to the standard sqlite3 module"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "aiosqlite-0.17.0-py3-none-any.whl", hash = "sha256:6c49dc6d3405929b1d08eeccc72306d3677503cc5e5e43771efc1e00232e8231"},
|
{file = "aiosqlite-0.19.0-py3-none-any.whl", hash = "sha256:edba222e03453e094a3ce605db1b970c4b3376264e56f32e2a4959f948d66a96"},
|
||||||
{file = "aiosqlite-0.17.0.tar.gz", hash = "sha256:f0e6acc24bc4864149267ac82fb46dfb3be4455f99fe21df82609cc6e6baee51"},
|
{file = "aiosqlite-0.19.0.tar.gz", hash = "sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.extras]
|
||||||
typing_extensions = ">=3.7.2"
|
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]]
|
[[package]]
|
||||||
name = "alembic"
|
name = "alembic"
|
||||||
|
@ -1497,4 +1498,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "20511225bc59da52c307659341e0052e7505a3157cd76fb24bddcaac2989fbf5"
|
content-hash = "c85fc6a1c139c0371b8dcee427917e790cf8a25b30df5536bdc4e114161e50f0"
|
||||||
|
|
|
@ -12,7 +12,7 @@ httpx = "^0.23.0"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.19.0"}
|
uvicorn = {extras = ["standard"], version = "^0.19.0"}
|
||||||
loguru = "^0.6.0"
|
loguru = "^0.6.0"
|
||||||
sqlalchemy = "^2.0.19"
|
sqlalchemy = "^2.0.19"
|
||||||
aiosqlite = "^0.17.0"
|
aiosqlite = "^0.19.0"
|
||||||
alembic = {extras = ["tz"], version = "^1.8.1"}
|
alembic = {extras = ["tz"], version = "^1.8.1"}
|
||||||
tomli = "^2.0.1"
|
tomli = "^2.0.1"
|
||||||
pycryptodome = "^3.18.0"
|
pycryptodome = "^3.18.0"
|
||||||
|
|
Loading…
Reference in a new issue