Skip to content

Commit 9523067

Browse files
pip(deps): bump bandit[sarif] from 1.9.1 to 1.9.2 (#112)
* pip(deps): bump bandit[sarif] from 1.9.1 to 1.9.2 Bumps [bandit[sarif]](https://github.com/PyCQA/bandit) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.9.1...1.9.2) --- updated-dependencies: - dependency-name: bandit[sarif] dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update test_server.py Signed-off-by: Eric Brown <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Eric Brown <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Brown <[email protected]>
1 parent 546ec68 commit 9523067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ attrs==25.4.0 \
1212
# jschema-to-python
1313
# lsprotocol
1414
# sarif-om
15-
bandit[sarif]==1.9.1 \
16-
--hash=sha256:0a1f34c04f067ee28985b7854edaa659c9299bd71e1b7e18236e46cccc79720b \
17-
--hash=sha256:6dbafd1a51e276e065404f06980d624bad142344daeac3b085121fcfd117b7cf
15+
bandit[sarif]==1.9.2 \
16+
--hash=sha256:32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce \
17+
--hash=sha256:bda8d68610fc33a6e10b7a8f1d61d92c8f6c004051d5e946406be1fb1b16a868
1818
# via -r requirements.in
1919
cattrs==25.3.0 \
2020
--hash=sha256:1ac88d9e5eda10436c4517e390a4142d88638fe682c436c93db7ce4a277b884a \

src/test/python_tests/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _handler(params):
5959
"severity": 1,
6060
"code": "B324:hashlib",
6161
"codeDescription": {
62-
"href": "https://bandit.readthedocs.io/en/1.9.1/plugins/b324_hashlib.html"
62+
"href": "https://bandit.readthedocs.io/en/1.9.2/plugins/b324_hashlib.html"
6363
},
6464
"source": SERVER_INFO["name"],
6565
},

0 commit comments

Comments
 (0)