Skip to content

Commit f2462dd

Browse files
Bump bandit from 1.7.10 to 1.9.4
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.10 to 1.9.4. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.10...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22be4ae commit f2462dd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ruff = "0.12.5" # linting
5959
autoflake = "2.3.3" # remove unused imports
6060
pyupgrade = "3.21.2" # upgrade syntax to newer versions
6161
pre-commit = "4.5.1" # pre-commit hooks
62-
bandit = "1.7.10" # security linter
62+
bandit = "1.9.4" # security linter
6363
radon = "6.0.1" # code metrics (human)
6464
xenon = "0.9.3" # code metrics (machine)
6565

0 commit comments

Comments
 (0)