Skip to content

Commit 5a22d85

Browse files
Update flake8-bugbear requirement from <24.0,>=23.0 to >=23.0,<25.0
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.1.14...24.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dde336c commit 5a22d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bandit[toml] >=1.0, <2.0
99
black >=23.0, <24.0
1010
flake8 >=7.0, <8.0
1111
flake8-bandit >=4.0, <5.0
12-
flake8-bugbear >=23.0, <24.0
12+
flake8-bugbear >=23.0, <25.0
1313
flake8-builtins >=2.0, <3.0
1414
flake8-comprehensions >=3.0, <4.0
1515
flake8-docstrings >=1.0, <2.0

0 commit comments

Comments
 (0)