Skip to content

Commit b7c297e

Browse files
committed
[py]: Bump linting dependency for flake8 6.0.0 -> 6.1.0
1 parent 60728ac commit b7c297e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ skip_install = true
3737
deps =
3838
isort==5.12.0
3939
black==23.7.0
40-
flake8==6.0.0
40+
flake8==6.1.0
4141
flake8-typing-imports==1.14.0
4242
docformatter==1.7.5
4343
commands =
@@ -56,7 +56,7 @@ skip_install = true
5656
deps =
5757
isort==5.12.0
5858
black==23.7.0
59-
flake8==6.0.0
59+
flake8==6.1.0
6060
flake8-typing-imports==1.14.0
6161
docformatter==1.7.5
6262
commands =

0 commit comments

Comments
 (0)