Skip to content

Commit

Permalink
fix: Bump shellcheck-py from 0.8.0.4 to 0.9.0.2 (#57)
Browse files Browse the repository at this point in the history
Bumps [shellcheck-py](https://github.com/ryanrhee/shellcheck-py) from
0.8.0.4 to 0.9.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/4bb61ddc1b4175565f8f975fd20d657f00f2bd53"><code>4bb61dd</code></a>
v0.9.0.2</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/77d54408aa70feb5932bbbd03ebc50da0d89ef72"><code>77d5440</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/ryanrhee/shellcheck-py/issues/80">#80</a>
from shellcheck-py/all-repos_autofix_azure-pipelines-a...</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/63d056c1a299fbf1b23d04233e0add122db25188"><code>63d056c</code></a>
Update azure-pipelines template repositories</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/d0a0a0d7aa4e87ed0c7a31b5fcee1c20697718ff"><code>d0a0a0d</code></a>
v0.9.0.1</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/1617fda05329c0e473797a6a25a82f39fb146456"><code>1617fda</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/ryanrhee/shellcheck-py/issues/79">#79</a>
from scop/v0.9.0</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/9f8327204d3b517630c9fce9694104d90392c1c3"><code>9f83272</code></a>
Upgrade to v0.9.0</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/8b8c1f783fde1869f1bab3f208a212dadd37419e"><code>8b8c1f7</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/ryanrhee/shellcheck-py/issues/78">#78</a>
from shellcheck-py/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/32747cba3541ff418d711f02fdfc903697ac6069"><code>32747cb</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/a2a5b63d3ab6d48785b05496b66c71760508f427"><code>a2a5b63</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/ryanrhee/shellcheck-py/issues/77">#77</a>
from shellcheck-py/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/shellcheck-py/shellcheck-py/commit/b000e19ab02ae1edd3ebefd4ca6bf254de34c568"><code>b000e19</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>Additional commits viewable in <a
href="https://github.com/ryanrhee/shellcheck-py/compare/v0.8.0.4...v0.9.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shellcheck-py&package-manager=pip&previous-version=0.8.0.4&new-version=0.9.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Ciborowski <dciborow@microsoft.com>
  • Loading branch information
dependabot[bot] and dciborow committed Mar 13, 2023
1 parent b94fda1 commit ceebae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -43,7 +43,7 @@ test = [
"pytest-runner",
"pytest==7.2.2",
"pytest-github-actions-annotate-failures",
"shellcheck-py==0.8.0.4"
"shellcheck-py==0.9.0.2"
]

[project.urls]
Expand Down

0 comments on commit ceebae0

Please sign in to comment.