From 3dfae5da841406fc88f11f7bdf13809b8d451e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:33:23 +0000 Subject: [PATCH] chore(deps-dev): Bump shfmt-py from 4.0.0 to 4.1.0 Bumps [shfmt-py](https://github.com/MaxWinterstein/shfmt-py) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/MaxWinterstein/shfmt-py/releases) - [Commits](https://github.com/MaxWinterstein/shfmt-py/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: shfmt-py dependency-version: 4.1.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 0c6271b2..cc58ce73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ optional-dependencies.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.0.0", + "shfmt-py==4.1.0", "sphinx==9.1.0", "sphinx-copybutton==0.5.2", "sphinx-lint==1.0.2",