From 4e999a56fbc33927d23e4cda9d7ebb5ba2239569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:54:56 +0000 Subject: [PATCH] fix: bump bandit[toml] from 1.7.5 to 1.8.5 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.5 to 1.8.5. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.8.5) --- updated-dependencies: - dependency-name: bandit[toml] dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fabc122..9c92fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ spark = [ "pyspark>=3.0.0" ] test = [ - "bandit[toml]==1.7.5", + "bandit[toml]==1.8.5", "black==23.3.0", "check-manifest==0.49", "flake8-bugbear==23.5.9",