From 9f4d14be74eea2cc7e6a2140df122b1332fc9914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:18:56 +0200 Subject: [PATCH] fix: bump bandit[toml] from 1.7.5 to 1.7.9 (#11) Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.9. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.9) --- updated-dependencies: - dependency-name: bandit[toml] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d51a018..5e93e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ spark = [ "pyspark>=3.0.0" ] test = [ - "bandit[toml]==1.7.5", + "bandit[toml]==1.7.9", "black==23.3.0", "check-manifest==0.49", "flake8-bugbear==24.4.26",