From 760922ccae53f09eeaafb3b0ee9db9a9359eec1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:27:01 +0000 Subject: [PATCH] Update flake8-bugbear requirement from ~=24.10.31 to ~=24.12.12 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/24.10.31...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2572be8..8a1f9062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ lint = [ 'darglint~=1.8.1', 'flake8-black~=0.3.6', - 'flake8-bugbear~=24.10.31', + 'flake8-bugbear~=24.12.12', 'flake8-commas~=4.0.0', 'flake8-comprehensions~=3.16.0', 'flake8-debugger~=4.1.2',