We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c67507 commit 76cbf24Copy full SHA for 76cbf24
1 file changed
tox.ini
@@ -65,10 +65,10 @@ commands =
65
[testenv:static]
66
basepython = py312 # pytest.Node.from_parent uses typing.Self
67
deps =
68
- bandit ~= 1.7.0
+ bandit ~= 1.9.0
69
black ~= 24.2.0
70
- flake8 ~= 7.0.0
71
- mypy ~= 1.11.0
+ flake8 ~= 7.3.0
+ mypy ~= 2.1.0
72
pytest-xdist >= 3.6.0 # needed for type-checking
73
commands =
74
black --check src tests
0 commit comments