Skip to content

Commit

Permalink
chore(deps-dev): update bandit requirement from 1.7.5 to 1.7.6 (#510)
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.5...1.7.6)

---
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 Dec 10, 2023
1 parent 4e3e0e0 commit 153b07a
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 @@ -95,7 +95,7 @@ autopep8 = "2.0.4"
mypy = "1.7.1"
tox = "4.11.4"
xmldiff = "2.6.3"
bandit = "1.7.5"
bandit = "1.7.6"

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

0 comments on commit 153b07a

Please sign in to comment.