From a35a6e19d170e457332143d23de0d5066c01e7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 04:43:13 +0000 Subject: [PATCH] [noissue]: Bump shellcheck-py from 0.9.0.5 to 0.9.0.6 Bumps [shellcheck-py](https://github.com/ryanrhee/shellcheck-py) from 0.9.0.5 to 0.9.0.6. - [Commits](https://github.com/ryanrhee/shellcheck-py/compare/v0.9.0.5...v0.9.0.6) --- updated-dependencies: - dependency-name: shellcheck-py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index e38e666..ba75759 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -5,7 +5,7 @@ flake8==6.1.0 ; python_version >= "3.8.1" isort==5.11.5 ; python_version > "3.6" and python_version < "3.8" isort==5.12.0 ; python_version >= "3.8" mypy==1.5.1 ; python_version > "3.6" -shellcheck-py==0.9.0.5 ; python_version > "3.6" +shellcheck-py==0.9.0.6 ; python_version > "3.6" # Type annotation stubs types-PyYAML ; python_version > "3.6"