From f595349eefc77b5d906f9b93b4f697effff64a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:42:14 +0000 Subject: [PATCH] chore(deps-dev): bump yapf from 0.40.2 to 0.43.0 in /it/python 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] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index ca3f38b5c7..cc00a08fe3 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -62,7 +62,7 @@ urllib3==2.2.3 ; python_version >= '3.7' wrapt==1.15.0 ; python_version < '3.11' -yapf==0.40.2 +yapf==0.43.0 zipp==3.21.0 ; python_version >= '3.7'