diff --git a/poetry.lock b/poetry.lock index 4b62660..5943499 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3403,13 +3403,13 @@ watchdog = ["watchdog (>=2.3)"] [[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] @@ -3538,4 +3538,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cf117745cd44775a60aaab22f7c6fdb252d26720a880567aa6bda7d8d427ee71" +content-hash = "7a188be7505c5579159809b1be314373deab05a86b41e4dfc260f981eca46c12" diff --git a/pyproject.toml b/pyproject.toml index 2511689..215042e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ flake8 = "7.0.0" isort = "5.13.2" mypy = "1.0.1" types-pyyaml = "6.0.12.20240311" -yapf = "0.40.1" +yapf = "0.40.2" [tool.poetry.group.dev.dependencies] pre-commit = "3.7.1"