From 1059e843619d2d316066ade5684187c5be5f7680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:44:15 +0000 Subject: [PATCH] chore(deps): update ruff requirement in /sdk/python Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.0...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdk/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 616060c..392647a 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.4", "pytest>=8", "jsonschema>=4"] [project.scripts] shinken = "shinken.cli:main"