Skip to content

Bump bandit from 1.9.3 to 1.9.4#80

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/bandit-1.9.4
Mar 19, 2026
Merged

Bump bandit from 1.9.3 to 1.9.4#80
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/bandit-1.9.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps bandit from 1.9.3 to 1.9.4.

Release notes

Sourced from bandit's releases.

1.9.4

What's Changed

New Contributors

Full Changelog: PyCQA/bandit@1.9.3...1.9.4

Commits
  • 92ae8b8 Fix B106 reporting wrong line number on multiline function calls (#1360)
  • c8c8a55 Lower version guard in check_ast_node to Python 3.12 (#1355)
  • 8f2f928 Fix B615 false positive when revision is set via variable (#1358)
  • e27493f Include filename in nosec 'no failed test' warning (#1363)
  • b69b336 Fix B613 crash when reading from stdin (#1361)
  • e418b79 Bump docker/build-push-action from 6.18.0 to 6.19.2 (#1357)
  • ff646fd Bump docker/login-action from 3.6.0 to 3.7.0 (#1353)
  • c0def6c chore: fixed some typos in comments (#1351)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 19, 2026 01:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 19, 2026
Copy link

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions bot enabled auto-merge (squash) March 19, 2026 01:33
@github-actions
Copy link

🤖 Claude Code Review

PR Code Review

Summary

This PR bumps bandit from 1.9.3 to 1.9.4 for Python > 3.11 environments.


Code Quality

  • Style guide: Single-line dependency version bump, consistent with surrounding formatting.
  • No commented-out code
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No logic errors. The version constraint python_version > '3.11' is consistent with the existing pattern.
  • CLAUDE.md: No issues.

Testing

  • Unit/integration tests: No code changes require new tests — this is a dependency version bump only.
  • Coverage: N/A

Documentation

  • README: No update needed.
  • API docs: N/A
  • Inline comments: N/A
  • CHANGELOG.md: Not updated. Dependency bumps are typically noted in the changelog. This may be intentional if the project auto-generates changelogs from commits, but worth confirming.
  • Markdown formatting: N/A

Security

  • No hardcoded credentials
  • Input validation: N/A
  • No sensitive data
  • No license files (.lic)
  • Dependency security: bandit is a security linting tool — keeping it up to date is a security positive.

Verdict

Minor, low-risk dependency bump. The only question is whether CHANGELOG.md should be updated — otherwise this is a straightforward approval.

Automated code review analyzing defects and coding standards

@github-actions github-actions bot merged commit 228e35d into main Mar 19, 2026
14 checks passed
@github-actions github-actions bot deleted the dependabot/pip/bandit-1.9.4 branch March 19, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant