From c5b096a770bcbe2d1dd9754270125268ab2c8ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:15:01 +0000 Subject: [PATCH] chore(deps): update ruff requirement from <0.16,>=0.9.7 to >=0.9.7,<0.17 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.9.7...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3033a6..b1c93ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ freeplay-mcp = "freeplay_mcp.server:main" [dependency-groups] dev = [ - "ruff>=0.9.7,<0.16", + "ruff>=0.9.7,<0.17", "basedpyright>=1.24.1,<2", "pytest>=8.0.0,<10", "packaging>=24.0",