Skip to content

Commit

Permalink
Bump bandit from 1.7.6 to 1.7.7 (#260)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Dąbrowski <51504507+mdabrowski1990@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mdabrowski1990 authored Jan 31, 2024
1 parent 12c0633 commit 8346b42
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 8346b42

Please sign in to comment.