Skip to content

Commit acab029

Browse files
build(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@23.3.23...25.11.29) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.11.29 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a33465c commit acab029

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
@@ -25,7 +25,7 @@ dev = [
2525
"mypy>=1.1.1,<2.0.0",
2626
"pre-commit>=3.2.1,<5.0.0",
2727
"setuptools>=68,<83",
28-
"flake8-bugbear>=23.3.23,<25.0.0",
28+
"flake8-bugbear>=23.3.23,<26.0.0",
2929
"pep8-naming>=0.13.3,<0.16.0",
3030
]
3131
docs = [

0 commit comments

Comments
 (0)