From 28754e1d9835741a70497eeaa27a5a0afa9ba1b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:12:23 +0000 Subject: [PATCH] module: update yapf to ~0.43.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30ff642..d94a664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ rope = "~1.13.0" types-PyYAML = "~6.0" types-requests = "~2.28" toml = "~0.10" -yapf = "~0.40.0" +yapf = "~0.43.0" [tool.yapf] based_on_style = "pep8"