From b7be9d8601a922c16d12321aa207613edd906dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:06:58 +0000 Subject: [PATCH] build(deps): update bandit requirement from <1.8.3 to <1.8.4 Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/0.9.0...1.8.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index b87db7be..41745758 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -2,5 +2,5 @@ diff_cover < 9.3 pydocstyle < 6.4 flake8 > 4 flake8-bugbear < 24.13 -bandit < 1.8.3 +bandit < 1.8.4 pylint < 3.4