Skip to content

Commit 5989f9c

Browse files
Bump bandit from 1.9.2 to 1.9.3 (#332)
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.9.2...1.9.3) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e43d910 commit 5989f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ documentation = [
7171
]
7272
lint = [
7373
"bandit==1.8.6; python_version <= '3.11'",
74-
"bandit==1.9.2; python_version > '3.11'",
74+
"bandit==1.9.3; python_version > '3.11'",
7575
"black==25.11.0; python_version <= '3.11'",
7676
"black==25.12.0; python_version > '3.11'",
7777
"flake8==7.3.0",

0 commit comments

Comments
 (0)