Skip to content

Commit 0d159c2

Browse files
chore(deps-dev): update bandit requirement from 1.7.6 to 1.7.7 (#542)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa82a24 commit 0d159c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ autopep8 = "2.0.4"
9393
mypy = "1.8.0"
9494
tox = "4.12.1"
9595
xmldiff = "2.6.3"
96-
bandit = "1.7.6"
96+
bandit = "1.7.7"
9797

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

0 commit comments

Comments
 (0)