From ceebae01b564dbe231ce97217cf2e0e1690f4c70 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 12 Mar 2023 21:11:39 -0400
Subject: [PATCH] fix: Bump shellcheck-py from 0.8.0.4 to 0.9.0.2 (#57)
Bumps [shellcheck-py](https://github.com/ryanrhee/shellcheck-py) from
0.8.0.4 to 0.9.0.2.
Commits
4bb61dd
v0.9.0.2
77d5440
Merge pull request #80
from shellcheck-py/all-repos_autofix_azure-pipelines-a...
63d056c
Update azure-pipelines template repositories
d0a0a0d
v0.9.0.1
1617fda
Merge pull request #79
from scop/v0.9.0
9f83272
Upgrade to v0.9.0
8b8c1f7
Merge pull request #78
from shellcheck-py/pre-commit-ci-update-config
32747cb
[pre-commit.ci] pre-commit autoupdate
a2a5b63
Merge pull request #77
from shellcheck-py/pre-commit-ci-update-config
b000e19
[pre-commit.ci] pre-commit autoupdate
- Additional commits viewable in compare
view
[![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)
---
Dependabot commands and options
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Ciborowski
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 5b8d8bd9..eff4b14a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]