From 50cc1973cdc8a531e7a5e35bc34cd52e79e75fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:44:51 +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.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 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..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"