From 333b1865d45ad40e67e2f4916e1030eccafd3768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:11:26 +0000 Subject: [PATCH] Bump shfmt-py from 3.7.0.1 to 3.11.0.2 Bumps [shfmt-py](https://github.com/maxwinterstein/shfmt-py) from 3.7.0.1 to 3.11.0.2. - [Release notes](https://github.com/maxwinterstein/shfmt-py/releases) - [Commits](https://github.com/maxwinterstein/shfmt-py/compare/v3.7.0.1...v3.11.0.2) --- updated-dependencies: - dependency-name: shfmt-py 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 998fa1b8..7c1af091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,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.10.0.1", - "shfmt-py==3.7.0.1", + "shfmt-py==3.11.0.2", "sphinx==8.2.3", "sphinx-copybutton==0.5.2", "sphinx-lint==1.0.0",