From 4d409e5ea24453a199099387be84b84b52bd349c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:02:05 +0000 Subject: [PATCH] fix: bump bandit[toml] from 1.7.5 to 1.8.0 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.8.0) --- 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 6d3ef40..8dc221e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "bandit[toml]==1.7.5", + "bandit[toml]==1.8.0", "black==23.9.1", "check-manifest==0.49", "flake8-bugbear==24.1.17",