Skip to content

Commit

Permalink
chore: update pre-commit config (intel#4485)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 1, 2024
1 parent 569de41 commit 1c0864b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
exclude: ^fuzz/generated/|bandit\.conf$

- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
exclude: ^fuzz/generated/
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre-commit; python_version <= "3.8"
pre-commit==3.8.0; python_version > "3.8"
flake8; python_version < "3.8"
flake8==7.1.1; python_version >= "3.8"
bandit==1.7.9
bandit==1.7.10
gitlint==v0.19.1
interrogate
mypy==v1.11.2
Expand Down

0 comments on commit 1c0864b

Please sign in to comment.