chore(deps): update dependency yapf to v0.32.0

This commit is contained in:
Renovate Bot 2021-12-26 08:00:49 +00:00 committed by renovate[bot]
parent e24a025dd5
commit 384d1d10ea
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -664,7 +664,7 @@ python-versions = ">=3.6"
[[package]]
name = "yapf"
version = "0.31.0"
version = "0.32.0"
description = "A formatter for Python code."
category = "dev"
optional = false
@ -685,7 +685,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "46208b88b4ec5c75052f72f746f16ba7126dca20436ab9623bdd255946f50840"
content-hash = "80661049e5a7ebccff17556e09a6b2c9ced495be261d434612609e2a9076619f"
[metadata.files]
anyconfig = [
@ -1101,8 +1101,8 @@ typing-extensions = [
{file = "typing_extensions-4.0.0.tar.gz", hash = "sha256:2cdf80e4e04866a9b3689a51869016d36db0814d84b8d8a568d22781d45d27ed"},
]
yapf = [
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},
{file = "yapf-0.31.0.tar.gz", hash = "sha256:408fb9a2b254c302f49db83c59f9aa0b4b0fd0ec25be3a5c51181327922ff63d"},
{file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},
{file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"},
]
zipp = [
{file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"},

View File

@ -64,7 +64,7 @@ pydocstyle = "6.1.1"
pytest = "6.2.5"
pytest-cov = "3.0.0"
pytest-mock = "3.6.1"
yapf = "0.31.0"
yapf = "0.32.0"
[tool.poetry.scripts]
ansible-doctor = "ansibledoctor.cli:main"