Bump tabulate from 0.8.10 to 0.9.0 (#851)
Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.10 to 0.9.0. - [Release notes](https://github.com/astanin/python-tabulate/releases) - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.10...v0.9.0) --- updated-dependencies: - dependency-name: tabulate 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:
Родитель
62e3f4db3f
Коммит
aa4189d2dc
|
@ -829,11 +829,11 @@ test = ["pytest"]
|
|||
|
||||
[[package]]
|
||||
name = "tabulate"
|
||||
version = "0.8.10"
|
||||
version = "0.9.0"
|
||||
description = "Pretty-print tabular data"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.extras]
|
||||
widechars = ["wcwidth"]
|
||||
|
@ -1028,7 +1028,7 @@ cache-seeded-file = ["zstandard"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.7,<4"
|
||||
content-hash = "2a556dda529b07c83a232bade76a5512591706aa21dd506e27b0cbf0568bb2d4"
|
||||
content-hash = "d875d002094f62623dd84ca0b213688d81149595bac6c8d8501fd867b87090fa"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1677,8 +1677,8 @@ sphinxcontrib-serializinghtml = [
|
|||
{file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
|
||||
]
|
||||
tabulate = [
|
||||
{file = "tabulate-0.8.10-py3-none-any.whl", hash = "sha256:0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc"},
|
||||
{file = "tabulate-0.8.10.tar.gz", hash = "sha256:6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"},
|
||||
{file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
|
||||
{file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
|
||||
]
|
||||
taskcluster = [
|
||||
{file = "taskcluster-44.17.0-py3-none-any.whl", hash = "sha256:3e92d375a3aff55649ab85d75553c0c22821efae4f28cfe97c79405b731b23fb"},
|
||||
|
|
|
@ -30,7 +30,7 @@ lru-dict = "^1.1.7"
|
|||
# Optional dependencies
|
||||
ValidX = "^0.7"
|
||||
cleo = "^0.8.1"
|
||||
tabulate = "^0.8.9"
|
||||
tabulate = ">=0.8.9,<0.10.0"
|
||||
arrow = "^1.2.2"
|
||||
markdown2 = "^2.4.2"
|
||||
json-e = "^4.4.3"
|
||||
|
|
Загрузка…
Ссылка в новой задаче