diff --git a/pyproject.toml b/pyproject.toml index e0b403a..92a377b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ ] [project.optional-dependencies] -test = ["build>=1.2", "pytest>=8", "ruff==0.16.5"] +test = ["build>=1.2", "pytest>=8", "ruff==0.16.6"] [project.scripts] qsp-build-crisis-response-shadow-signal = "quant_strategy_plugins.crisis_response_shadow_plugin:main"