From 4fd43afc8d4f8afa7fc08e6b0f14dcba4fe5bdf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 10:33:37 +0000 Subject: [PATCH] chore(deps-dev): Bump shfmt-py from 4.1.0 to 4.2.0 Bumps [shfmt-py](https://github.com/MaxWinterstein/shfmt-py) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/MaxWinterstein/shfmt-py/releases) - [Commits](https://github.com/MaxWinterstein/shfmt-py/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: shfmt-py dependency-version: 4.2.0 dependency-type: direct:development 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 f1e335c33..e6438f21a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ # but also because having it installed means that ``actionlint-py`` will # use it to lint shell commands in GitHub workflow files. "shellcheck-py==0.11.0.1", - "shfmt-py==4.1.0", + "shfmt-py==4.2.0", "snapper-fmt==0.11.0", "sphinx==9.1.0", "sphinx-copybutton==0.5.2",