From e17c57ded79eb157f56816445639ec7e646e935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:36:58 +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 c18cba6c..a6663d31 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.3.3", - "yapf==0.33.0", + "yapf==0.40.2", "pylint==1.9.4; python_version<'3.0'", "pylint==2.17.4; python_version>='3.0'", ]