Skip to content

Commit 403c29b

Browse files
Update flake8 requirement in /src/bindings/python
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@0.1...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc2cf3f commit 403c29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bindings/python/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
numpy
33
bandit
44
black
5-
flake8<=7.1.2
5+
flake8<=7.2.0
66
flake8-annotations-complexity<=0.0.8
77
flake8-broken-line<=1.0.0
88
flake8-bugbear<=24.12.12

0 commit comments

Comments
 (0)