From 96abfd127fb56c68ccdb641b333aaae8f36d73ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:44:05 +0000 Subject: [PATCH] build(deps-dev): bump yapf from 0.30.0 to 0.32.0 Bumps [yapf](https://github.com/google/yapf) from 0.30.0 to 0.32.0. - [Release notes](https://github.com/google/yapf/releases) - [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG) - [Commits](https://github.com/google/yapf/commits) --- updated-dependencies: - dependency-name: yapf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6fd955b1..2043196b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -r tox-requirements.txt -r docs-requirements.txt -yapf==0.30.0 +yapf==0.32.0 tox==3.24.5 Django