Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit c7ad9ab

Browse files
committed
Bump bandit from 1.8.3 to 1.8.6
1 parent 0b379f9 commit c7ad9ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: ruff
2020
- id: ruff-format
2121
- repo: https://github.com/PyCQA/bandit
22-
rev: '1.8.3'
22+
rev: '1.8.6'
2323
hooks:
2424
- id: bandit
2525
args: ['--confidence-level', 'medium']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github = "https://github.com/MaineDSA/zillow_scraper"
2323

2424
[project.optional-dependencies]
2525
dev = [
26-
"bandit[sarif]==1.8.3",
26+
"bandit[sarif]==1.8.6",
2727
"coverage==7.10.1",
2828
"mypy==1.17.1",
2929
"pre-commit==4.2.0",

0 commit comments

Comments
 (0)