Skip to content

Commit

Permalink
build(deps): bump bandit from 1.7.0 to 1.7.1 in /.github/workflows (#304
Browse files Browse the repository at this point in the history
)

* build(deps): bump bandit from 1.7.0 to 1.7.1 in /.github/workflows

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update bandit from 1.7.0 to 1.87.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lbbrhzn <wessel@lubberhuizen.net>
  • Loading branch information
dependabot[bot] and lbbrhzn authored Jan 17, 2022
1 parent a0f8ba5 commit ae8efb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# home assistant
pip<20.3,>=8.0.3
pre-commit==2.16.0
bandit==1.7.0
bandit==1.7.1
black==21.12b0
flake8==4.0.1
isort==5.10.1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- pydocstyle==5.0.2
files: ^(custom_components|homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.1
hooks:
- id: bandit
args:
Expand Down

0 comments on commit ae8efb8

Please sign in to comment.