From c9b9e32937d4cc6aac84ffc8463cc711a7d67f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 19:34:59 +0000 Subject: [PATCH] Update bandit requirement from <1.7.11 to <1.8.1 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.0) --- 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 ffea71a5..a6253bb2 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.11 -bandit < 1.7.11 +bandit < 1.8.1 pylint < 3.4