Skip to content

Commit 22606ff

Browse files
Merge pull request #872 from mitchelllisle/dependabot/pip/flake8-bugbear-gte-23.3.23-and-lt-26.0.0
build(deps-dev): update flake8-bugbear requirement from <25.0.0,>=23.3.23 to >=23.3.23,<26.0.0
2 parents 29ce5e1 + acab029 commit 22606ff

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)