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