Skip to content

Commit

Permalink
Bump bandit from 1.7.6 to 1.7.7
Browse files Browse the repository at this point in the history
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.6 to 1.7.7.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.6...1.7.7)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 6f8dffd commit bfeba35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static-code-analysis = [
"prospector == 1.10.3",
"mypy == 1.8.0",
"vulture == 2.11",
"bandit == 1.7.6",
"bandit == 1.7.7",
"pyroma == 4.2",
]
dependency-scan = [
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prospector==1.10.3
mypy==1.8.0
vulture==2.11
bandit==1.7.6
bandit==1.7.7
pyroma==4.2

0 comments on commit bfeba35

Please sign in to comment.