From ea47a6d6be2df8c66ec3cb7cb0329612c061f692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:08:22 +0000 Subject: [PATCH] chore(deps): update dependency yapf to ^0.40.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1d65664..0177f61b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-bdd = "^6.0.0" async-asgi-testclient = "^1.4.10" flake8 = "^5.0.0" flake8-print = "^5.0.0" -yapf = "^0.32.0" +yapf = "^0.40.0" [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]