From 517e5b9f5013dc9a56c3a8b09c4402f1b4f7e8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:38:45 +0000 Subject: [PATCH] Bump yapf from 0.33.0 to 0.40.2 Bumps [yapf](https://github.com/google/yapf) from 0.33.0 to 0.40.2. - [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/yapf/compare/v0.33.0...v0.40.2) --- updated-dependencies: - dependency-name: yapf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d1d27ac..0fa9fa6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ Documentation = "https://aiida-kkr.readthedocs.io" [project.optional-dependencies] pre-commit = [ "pre-commit==3.5.0", - "yapf==0.33.0", + "yapf==0.40.2", "pylint==1.9.4; python_version<'3.0'", "pylint==3.0.2; python_version>='3.0'", ]