build(deps): bump aiosqlite from 0.17.0 to 0.18.0 (#961)
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/omnilib/aiosqlite/releases) - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
12
poetry.lock
generated
12
poetry.lock
generated
@ -30,14 +30,14 @@ sa = ["sqlalchemy[postgresql-psycopg2binary] (>=1.3,<1.5)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiosqlite"
|
name = "aiosqlite"
|
||||||
version = "0.17.0"
|
version = "0.18.0"
|
||||||
description = "asyncio bridge to the standard sqlite3 module"
|
description = "asyncio bridge to the standard sqlite3 module"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.7"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
typing_extensions = ">=3.7.2"
|
typing_extensions = {version = ">=4.0", markers = "python_version < \"3.8\""}
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyio"
|
name = "anyio"
|
||||||
@ -1454,7 +1454,7 @@ sqlite = ["aiosqlite"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "78df20cb4c89f1784ecfe3342bb4f6959e4b2921b21ffe1bc8957cb58a2bdee6"
|
content-hash = "b9326bfe9af9050eefbf306be060fa728fb2581983ef8e2ccdedef57f432f89d"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiomysql = [
|
aiomysql = [
|
||||||
@ -1466,8 +1466,8 @@ aiopg = [
|
|||||||
{file = "aiopg-1.4.0.tar.gz", hash = "sha256:116253bef86b4d954116716d181e9a0294037f266718b2e1c9766af995639d71"},
|
{file = "aiopg-1.4.0.tar.gz", hash = "sha256:116253bef86b4d954116716d181e9a0294037f266718b2e1c9766af995639d71"},
|
||||||
]
|
]
|
||||||
aiosqlite = [
|
aiosqlite = [
|
||||||
{file = "aiosqlite-0.17.0-py3-none-any.whl", hash = "sha256:6c49dc6d3405929b1d08eeccc72306d3677503cc5e5e43771efc1e00232e8231"},
|
{file = "aiosqlite-0.18.0-py3-none-any.whl", hash = "sha256:c3511b841e3a2c5614900ba1d179f366826857586f78abd75e7cbeb88e75a557"},
|
||||||
{file = "aiosqlite-0.17.0.tar.gz", hash = "sha256:f0e6acc24bc4864149267ac82fb46dfb3be4455f99fe21df82609cc6e6baee51"},
|
{file = "aiosqlite-0.18.0.tar.gz", hash = "sha256:faa843ef5fb08bafe9a9b3859012d3d9d6f77ce3637899de20606b7fc39aa213"},
|
||||||
]
|
]
|
||||||
anyio = [
|
anyio = [
|
||||||
{file = "anyio-3.6.2-py3-none-any.whl", hash = "sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3"},
|
{file = "anyio-3.6.2-py3-none-any.whl", hash = "sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3"},
|
||||||
|
|||||||
@ -47,7 +47,7 @@ pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.3"
|
|||||||
SQLAlchemy = ">=1.3.18,<1.4.42"
|
SQLAlchemy = ">=1.3.18,<1.4.42"
|
||||||
cryptography = { version = ">=35,<39", optional = true }
|
cryptography = { version = ">=35,<39", optional = true }
|
||||||
# Async database drivers
|
# Async database drivers
|
||||||
aiosqlite = { version = "^0.17.0", optional = true }
|
aiosqlite = { version = ">=0.17,<0.19", optional = true }
|
||||||
aiomysql = { version = ">=0.1.0", optional = true }
|
aiomysql = { version = ">=0.1.0", optional = true }
|
||||||
aiopg = { version = "^1.3.3", optional = true }
|
aiopg = { version = "^1.3.3", optional = true }
|
||||||
asyncpg = { version = ">=0.24,<0.28", optional = true }
|
asyncpg = { version = ">=0.24,<0.28", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user