From 8f52aa7356143ee1afaee088fc9870ad5960b6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:58:17 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement 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.15.1...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index adf49c2..143c5a5 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dev = [ "pytest>=8.3.1", # <0.16: ruff 0.16 flags ~111 pre-existing errors repo-wide (same drift that # broke ssm-simulators CI, pinned identically there); migrate deliberately. - "ruff>=0.15.1,<0.16", + "ruff>=0.15.1,<0.17", "types-PyYAML", "mlflow>=3.14.0", "jaxonnxruntime>=0.3",