From b960e83c1ebfc9cb38355f7aeae3e0d3d39ae4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:24:29 +0000 Subject: [PATCH] fix: bump shellcheck-py from 0.9.0.2 to 0.10.0.1 Bumps [shellcheck-py](https://github.com/ryanrhee/shellcheck-py) from 0.9.0.2 to 0.10.0.1. - [Commits](https://github.com/ryanrhee/shellcheck-py/compare/v0.9.0.2...v0.10.0.1) --- updated-dependencies: - dependency-name: shellcheck-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 9e77fc7..1c105ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test = [ "pytest-runner", "pytest==7.3.1", "pytest-github-actions-annotate-failures", - "shellcheck-py==0.9.0.2" + "shellcheck-py==0.10.0.1" ] [project.urls]