diff --git a/pyproject.toml b/pyproject.toml index 3fba57f..56af481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "ruff>=0.16", "pytest-benchmark>=5", ] -security-test = ["bandit==1.9.4", "safety==2.3.4", "setuptools<81"] +security-test = ["bandit==1.9.4", "safety==3.8.1", "setuptools<81"] [build-system] requires = ["uv_build>=0.8,<0.13"]