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"