From ebe586d791dc7f853020b899a48947d2269486c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:21:20 +0000 Subject: [PATCH] Update flake8-bugbear requirement from <24.9 to <24.11 Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/16.4.1...24.10.31) --- updated-dependencies: - dependency-name: flake8-bugbear 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 ba2d8f68..ffea71a5 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,6 +1,6 @@ diff_cover < 9.3 pydocstyle < 6.4 flake8 > 4 -flake8-bugbear < 24.9 +flake8-bugbear < 24.11 bandit < 1.7.11 pylint < 3.4