Skip to content

Commit 8aa0123

Browse files
Step version of tools (#412)
1 parent f98139a commit 8aa0123

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@ basepython = python3
3131

3232
[testenv:black]
3333
deps =
34-
black==22.6.0
34+
black==25.1.0
3535
commands = black --check --diff .
3636

3737
[testenv:flake8]
3838
deps =
39-
flake8==4.0.1
39+
flake8==7.1.2
4040
commands = flake8
4141

4242
[testenv:isort]
4343
deps =
44-
isort==5.10.1
44+
isort==6.0.1
4545
commands = isort --check-only --diff .
4646

4747
[testenv:jsonformat]
4848
deps =
49-
pytest==6.2.5
49+
pytest==8.3.5
5050
commands = pytest test_jsonformat.py {posargs}
5151

5252
[testenv:pytest]
5353
deps =
5454
-rrequirements.txt
55-
pytest==6.2.5
55+
pytest==8.3.5
5656
commands = pytest --ignore=test_jsonformat.py {posargs}
5757

5858
[testenv:validate]

0 commit comments

Comments
 (0)