From 0be266a1a5da4028b1fb2285d6485c29263d1a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:12:11 +0000 Subject: [PATCH] Update bandit requirement from <1.7.10 to <1.7.11 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.7.10) --- 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 f9845cf3..ba2d8f68 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.9 -bandit < 1.7.10 +bandit < 1.7.11 pylint < 3.4