diff --git a/poetry.lock b/poetry.lock index 41b1904..639a37a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,7 +851,7 @@ test = ["websockets"] [[package]] name = "yapf" -version = "0.31.0" +version = "0.32.0" description = "A formatter for Python code." category = "dev" optional = false @@ -872,7 +872,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "5ab13e494eba125bd84412c7ff04b63b4888d875254fd437960497d01be7e533" +content-hash = "9cae7efc18a43bb2d53dd0b13729a4609e36d98dd29de33347d5d1e3ce173bb9" [metadata.files] anyconfig = [ @@ -1381,8 +1381,8 @@ websocket-client = [ {file = "websocket_client-1.2.3-py3-none-any.whl", hash = "sha256:2eed4cc58e4d65613ed6114af2f380f7910ff416fc8c46947f6e76b6815f56c0"}, ] 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 fe4915e..2ccb669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,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.scripts] docker-tidy = "dockertidy.cli:main"