From 3a5f483bbefe16f5e3a42d19fed6778ea6f6f83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:16:20 +0000 Subject: [PATCH] chore(deps-dev): bump yapf from 0.40.2 to 0.43.0 Bumps [yapf](https://github.com/google/yapf) from 0.40.2 to 0.43.0. - [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/yapf/compare/v0.40.2...v0.43.0) --- updated-dependencies: - dependency-name: yapf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 11a5aaebf15..b9683b4cf33 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -73,6 +73,6 @@ tzdata==2024.2 uritemplate==4.1.1 urllib3==2.2.2 wrapt==1.16.0 -yapf==0.40.2 +yapf==0.43.0 yarl==1.15.2 zipp==3.20.1