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

This commit is contained in:
Renovate Bot 2021-12-26 08:53:42 +00:00 committed by renovate[bot]
parent d50bf1cc5b
commit 3de5aecdeb
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -711,7 +711,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "yapf"
version = "0.31.0"
version = "0.32.0"
description = "A formatter for Python code."
category = "dev"
optional = false
@ -732,7 +732,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "b472cdb4a20ace2c43aad55c6b804f03b0524b421c1459fc359cd47a47762cc0"
content-hash = "040c337af71e29c8c1fddd9778fa1b40090a52b7f07d9c1d2ab6ee30106a250f"
[metadata.files]
anyconfig = [
@ -1096,8 +1096,8 @@ urllib3 = [
{file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"},
]
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

@ -63,7 +63,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]
prometheus-pve-sd = "prometheuspvesd.cli:main"