Skip to content

Commit

Permalink
chore(deps-dev): update bandit requirement from 1.7.7 to 1.7.8 (#566)
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.7...1.7.8)

---
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 Mar 10, 2024
1 parent 3ce0f3a commit eb1a252
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.9.0"
tox = "4.13.0"
xmldiff = "2.6.3"
bandit = "1.7.7"
bandit = "1.7.8"

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

0 comments on commit eb1a252

Please sign in to comment.