Skip to content

Commit ccb8469

Browse files
chore(deps-dev): 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](PyCQA/flake8-bugbear@24.10.31...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8228cbb commit ccb8469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ coverage = "7.6.1"
8282
ddt = "1.7.2"
8383
flake8 = { version = "7.1.1", python = ">=3.8.1" }
8484
flake8-annotations = { version = "3.1.1", python = ">=3.8.1" }
85-
flake8-bugbear = { version = "24.10.31", python = ">=3.8.1" }
85+
flake8-bugbear = { version = "24.12.12", python = ">=3.8.1" }
8686
flake8-copyright-validator = "^0.0.1"
8787
flake8-isort = "6.1.1"
8888
flake8-quotes = "3.4.0"

0 commit comments

Comments
 (0)