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

This commit is contained in:
Renovate Bot 2021-12-26 08:38:23 +00:00 committed by renovate[bot]
parent f8b554b2e2
commit 01506a6305
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -680,7 +680,7 @@ pyyaml = "*"
[[package]]
name = "yapf"
version = "0.31.0"
version = "0.32.0"
description = "A formatter for Python code."
category = "dev"
optional = false
@ -705,7 +705,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "5e9451adfb58006801383e8f41f1935c0733950c0c94bdc5e14d145bb5b34066"
content-hash = "fa588868d535300f501fca60e3057faadeb7f9b09e0b593aed4005bdd35cfecf"
[metadata.files]
ansible = [
@ -1173,8 +1173,8 @@ yamllint = [
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},
]
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

@ -66,7 +66,7 @@ pytest = "6.2.5"
pytest-cov = "3.0.0"
pytest-mock = "3.6.1"
tomli = "2.0.0"
yapf = "0.31.0"
yapf = "0.32.0"
[tool.poetry.extras]
ansible = ["ansible"]