diff --git a/poetry.lock b/poetry.lock index 737361b..020c3e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index d629f8c..94aa913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]