From 69b98f5068adffad1cfdd5f92a8494ca2bff79d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:42:33 +0000 Subject: [PATCH] chore: update flake8-bugbear requirement from ^22.3.23 to ^23.3.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/22.3.23...23.3.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 23.3.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 057ede1..df763f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ black = "^22.1.0" pytest = "^7.0" pytest-cov = "^3.0.0" flake8 = ">=3" -flake8-bugbear = "^22.3.23" +flake8-bugbear = "^23.3.12" [build-system] requires = ["poetry-core>=1.0.0"]