Skip to content

Commit 76cbf24

Browse files
committed
Update static deps
1 parent 9c67507 commit 76cbf24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ commands =
6565
[testenv:static]
6666
basepython = py312 # pytest.Node.from_parent uses typing.Self
6767
deps =
68-
bandit ~= 1.7.0
68+
bandit ~= 1.9.0
6969
black ~= 24.2.0
70-
flake8 ~= 7.0.0
71-
mypy ~= 1.11.0
70+
flake8 ~= 7.3.0
71+
mypy ~= 2.1.0
7272
pytest-xdist >= 3.6.0 # needed for type-checking
7373
commands =
7474
black --check src tests

0 commit comments

Comments
 (0)