From 9a8c3027ea7b47509a74513915bb3a3baa41ac9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 10:57:38 +0000 Subject: [PATCH] build(deps): bump bandit from 1.7.4 to 1.7.5 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.4 to 1.7.5. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index fbd7fa6e..8afa5e96 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -10,5 +10,5 @@ black==23.1.0 isort==5.12.0 pylint==2.16.4 mypy==1.1.1 -bandit==1.7.4 +bandit==1.7.5 pydocstyle==6.3.0