Skip to content

Commit 62c70df

Browse files
Update flake8-bugbear requirement in /src/bindings/python
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@16.4.1...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bde1ab commit 62c70df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/requirements_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ black
55
flake8<=7.1.1
66
flake8-annotations-complexity<=0.0.8
77
flake8-broken-line<=1.0.0
8-
flake8-bugbear<=24.8.19
8+
flake8-bugbear<=24.12.12
99
flake8-class-attributes-order<=0.1.3
1010
flake8-comprehensions<=3.16.0
1111
flake8-debugger<=4.1.2

0 commit comments

Comments
 (0)