Skip to content

Commit f25c1d9

Browse files
committed
[py]: bump isort version. Document 6+ requires py3.8+
1 parent 2917a66 commit f25c1d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

py/tox.ini

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ force_single_line = True
3535
; checks linting for CI with stricter exiting when failing.
3636
skip_install = true
3737
deps =
38-
isort==5.10.1
38+
isort==5.11.2
3939
black==22.12.0
40+
; flake8 6+ requires python3.8+ specifically.
4041
flake8==5.0.4
4142
flake8-typing-imports==1.14.0
4243
docformatter==1.5.0
@@ -54,8 +55,9 @@ commands =
5455
; IMPORTANT: black & isort rewrite files, flake8 merely alerts to the failure.
5556
skip_install = true
5657
deps =
57-
isort==5.10.1
58+
isort==5.11.2
5859
black==22.12.0
60+
; flake8 6+ requires python3.8+ specifically.
5961
flake8==5.0.4
6062
flake8-typing-imports==1.14.0
6163
docformatter==1.5.0

0 commit comments

Comments
 (0)