From bd6ad1673a2f305f797f5e6b8ddedb98c991ee77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:00:11 +0000 Subject: [PATCH] Update flake8-bugbear requirement 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/23.7.10...25.11.29) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.11.29 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6b2949f..e728a22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ dev = black~=23.7 coverage>=7.3,<7.12 flake8>=7.1.1,<7.4 - flake8-bugbear>=23.7.10,<24.13.0 + flake8-bugbear>=23.7.10,<25.12.0 flake8-docstrings~=1.7.0 flake8-import-order>=0.18.2,<0.20.0 localstack-client~=2.5