Skip to content

Commit 9562f37

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.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7f0e7 commit 9562f37

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
@@ -2,7 +2,7 @@
22
numpy
33
bandit
44
black
5-
flake8<=7.1.0
5+
flake8<=7.1.2
66
flake8-annotations-complexity<=0.0.8
77
flake8-broken-line<=1.0.0
88
flake8-bugbear<=24.4.26

0 commit comments

Comments
 (0)