From dc5ab9c1e4e6f850600ceb6f213335efbc5928ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 00:51:25 +0000 Subject: [PATCH] Bump bandit from 1.8.2 to 1.8.3 in /tests/feature_tests Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.2...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/feature_tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index c464b42b2b..fa8c995a1e 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -20,7 +20,7 @@ optional-dependencies.dev = [ "unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io ] optional-dependencies.tools = [ - "bandit==1.8.2", + "bandit==1.8.3", "fixit==2.1.0", "mypy==1.15.0", "pip-audit==2.8.0",