Skip to content

Commit b59bb0b

Browse files
committed
[py]: bump linting dependency versions
1 parent 7d4f3b1 commit b59bb0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

py/tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ force_single_line = True
3636
skip_install = true
3737
deps =
3838
isort==5.10.1
39-
black==22.8.0
39+
black==22.10.0
4040
flake8==5.0.4
41-
flake8-typing-imports==1.13.0
41+
flake8-typing-imports==1.14.0
4242
commands =
4343
; execute isort in check only mode.
4444
isort --check-only --diff selenium/ test/ conftest.py
@@ -53,9 +53,9 @@ commands =
5353
skip_install = true
5454
deps =
5555
isort==5.10.1
56-
black==22.8.0
56+
black==22.10.0
5757
flake8==5.0.4
58-
flake8-typing-imports==1.13.0
58+
flake8-typing-imports==1.14.0
5959
commands =
6060
isort selenium/ test/ conftest.py
6161
black selenium/ test/ conftest.py -l 120

0 commit comments

Comments
 (0)