From 1b69e39ccdb79ddc5c2c05439898f6342fb6e1cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 21:11:11 +0000 Subject: [PATCH] fix(deps): update dependency shellcheck-py to v0.11.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..853b9a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "pytest-runner", "pytest==8.0.0", "pytest-github-actions-annotate-failures", - "shellcheck-py==0.9.0.6", + "shellcheck-py==0.11.0.1", ] [project.urls]