build(deps): bump databases from 0.6.0 to 0.6.1 (#777)
Bumps [databases](https://github.com/encode/databases) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/encode/databases/releases) - [Changelog](https://github.com/encode/databases/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/databases/compare/0.6.0...0.6.1) --- updated-dependencies: - dependency-name: databases dependency-type: direct:production update-type: version-update:semver-patch ... 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -279,7 +279,7 @@ test = ["pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests",
|
||||
|
||||
[[package]]
|
||||
name = "databases"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
description = "Async database support for Python."
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "2f0a54a4d820a539fe82359f6c44bc558ea49a8e92c868648c7acf7b1ead8beb"
|
||||
content-hash = "e5955bf3c0162a40c43510fa9623ccca6f68eb3d14182d7fc4511cd7cfa06b8f"
|
||||
|
||||
[metadata.files]
|
||||
aiomysql = [
|
||||
@ -1648,8 +1648,8 @@ cryptography = [
|
||||
{file = "cryptography-37.0.4.tar.gz", hash = "sha256:63f9c17c0e2474ccbebc9302ce2f07b55b3b3fcb211ded18a42d5764f5c10a82"},
|
||||
]
|
||||
databases = [
|
||||
{file = "databases-0.6.0-py3-none-any.whl", hash = "sha256:c36468d9e00f47a825669a73158e6745e0401a169186fdefbb2fb7d43276320a"},
|
||||
{file = "databases-0.6.0.tar.gz", hash = "sha256:abf088900e6665952fede331cb126a1810a097fb3aad54e02a4f58521419dabf"},
|
||||
{file = "databases-0.6.1-py3-none-any.whl", hash = "sha256:47fae85d82d8227049f08b154019913c3ad2f6057ceb0b5ebb36703be6f5666b"},
|
||||
{file = "databases-0.6.1.tar.gz", hash = "sha256:0a69c6983a27e10a5b75ffa094486f1febadd9d5a8db016e69b8c2f6a354dc30"},
|
||||
]
|
||||
dataclasses = [
|
||||
{file = "dataclasses-0.6-py3-none-any.whl", hash = "sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f"},
|
||||
|
||||
@ -42,7 +42,7 @@ classifiers = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7.0"
|
||||
databases = ">=0.3.2,!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,<0.6.1"
|
||||
databases = ">=0.3.2,!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,<0.6.2"
|
||||
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.9.1"
|
||||
SQLAlchemy = ">=1.3.18,<1.4.41"
|
||||
cryptography = { version = ">=35,<38", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user