diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 616060c..5983f16 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -18,7 +18,7 @@ Homepage = "https://github.com/Meirtz/Shinken" Source = "https://github.com/Meirtz/Shinken" [project.optional-dependencies] -dev = ["ruff>=0.6", "pytest>=8", "jsonschema>=4"] +dev = ["ruff>=0.16.1", "pytest>=8", "jsonschema>=4"] [project.scripts] shinken = "shinken.cli:main"