From 31a52c586793d887d4b75e1a4d8fe68ab20b052c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:41:58 +0000 Subject: [PATCH] Bump bandit from 1.7.5 to 1.7.6 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.6) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 4f07805f..13befa42 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ flake8==6.1.0 Pillow==10.0.0 isort==5.12.0 -bandit==1.7.5 +bandit==1.7.6 mike==2.0.0 markdown-include==0.8.1 mkdocs-material==9.4.14