From 32370efd162dcd7878e28e5dac709ef8cf9a66d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:34:20 +0000 Subject: [PATCH] fix: bump shellcheck-py from 0.9.0.2 to 0.9.0.5 Bumps [shellcheck-py](https://github.com/ryanrhee/shellcheck-py) from 0.9.0.2 to 0.9.0.5. - [Commits](https://github.com/ryanrhee/shellcheck-py/compare/v0.9.0.2...v0.9.0.5) --- updated-dependencies: - dependency-name: shellcheck-py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e01a078..c45749a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "pytest==7.4.2", "pytest-check", "pytest-github-actions-annotate-failures", - "shellcheck-py==0.9.0.2", + "shellcheck-py==0.9.0.5", "scipy" ]