From 8813dcaffa79fa3998fc5a139c4e813dc949a801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:03:15 +0000 Subject: [PATCH] build(deps): update flake8-bugbear requirement from <24.13 to <25.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...25.10.21) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.10.21 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 539c4cee..e2c120e1 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,6 +1,6 @@ diff_cover < 9.8 pydocstyle < 6.4 flake8 > 4 -flake8-bugbear < 24.13 +flake8-bugbear < 25.11 bandit < 1.8.7 pylint < 3.4