Skip to content

Commit

Permalink
chore(deps-dev): update bandit requirement from 1.7.6 to 1.7.7 (#542)
Browse files Browse the repository at this point in the history
Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
- [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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent fa82a24 commit 0d159c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ autopep8 = "2.0.4"
mypy = "1.8.0"
tox = "4.12.1"
xmldiff = "2.6.3"
bandit = "1.7.6"
bandit = "1.7.7"

[tool.semantic_release]
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
Expand Down

0 comments on commit 0d159c2

Please sign in to comment.