From 4c42ff635d855388825c3f5d4745fc4a28a6468f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:19:23 +0000 Subject: [PATCH] fix: bump bandit[toml] from 1.7.7 to 1.7.8 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.7.8) --- updated-dependencies: - dependency-name: bandit[toml] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4ca785..362398f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ spark = [ ] test = [ "black==24.2.0", - "bandit[toml]==1.7.7", + "bandit[toml]==1.7.8", "check-manifest==0.49", "flake8-bugbear==24.2.6", "flake8-docstrings",