diff --git a/pyproject.toml b/pyproject.toml index 36cd8db..482aa58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,20 +66,20 @@ optionals = ["tgateway[cli]"] types = [ "tgateway[optionals]", - "mypy==1.11.2", + "mypy==1.13.0", ] lint = [ "tgateway[types]", - "ruff==0.6.9", - "bandit==1.7.10", - "semgrep==1.90.0", + "ruff==0.8.1", + "bandit==1.8.0", + "semgrep==1.97.0", "codespell==2.3.0", ] dev = [ "tgateway[optionals,lint]", - "pre-commit==4.0.0", + "pre-commit==4.0.1", ] [project.urls]