diff --git a/poetry.lock b/poetry.lock index f707f9f..a72b823 100644 --- a/poetry.lock +++ b/poetry.lock @@ -625,13 +625,13 @@ files = [ [[package]] name = "yapf" -version = "0.40.1" -description = "A formatter for Python code." +version = "0.40.2" +description = "A formatter for Python code" optional = false python-versions = ">=3.7" files = [ - {file = "yapf-0.40.1-py3-none-any.whl", hash = "sha256:b8bfc1f280949153e795181768ca14ef43d7312629a06c43e7abd279323af313"}, - {file = "yapf-0.40.1.tar.gz", hash = "sha256:958587eb5c8ec6c860119a9c25d02addf30a44f75aa152a4220d30e56a98037c"}, + {file = "yapf-0.40.2-py3-none-any.whl", hash = "sha256:adc8b5dd02c0143108878c499284205adb258aad6db6634e5b869e7ee2bd548b"}, + {file = "yapf-0.40.2.tar.gz", hash = "sha256:4dab8a5ed7134e26d57c1647c7483afb3f136878b579062b786c9ba16b94637b"}, ] [package.dependencies] @@ -657,4 +657,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "5068b57e40afb466953b2c8526104ef118cf3c0d358bd8db0ede73fdff763755" +content-hash = "84403d35387f5cc05eb84ad28f66304e1f086df48f3f1bff88f84fcbacedcbd8" diff --git a/pyproject.toml b/pyproject.toml index 18fa111..b7b2947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ toml = "^0.10.2" [tool.poetry.dev-dependencies] pytest = "^7.4.2" -yapf = "^0.40.0" +yapf = "^0.40.2" pytest-xdist = "^3.3.1" mypy = "^1.4" bump2version = "^1.0.1"