From 8118aef47cf322c287ae6ecef3f88f84cb5afcc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:26:11 +0000 Subject: [PATCH] fix: bump bandit[toml] from 1.7.10 to 1.8.2 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.10 to 1.8.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.2) --- updated-dependencies: - dependency-name: bandit[toml] 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 d17a357..67a935a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ spark = [ "pyspark>=3.0.0" ] test = [ - "bandit[toml]==1.7.10", + "bandit[toml]==1.8.2", "black==24.10.0", "check-manifest==0.50", "flake8-bugbear==24.8.19",