From d7dbd1d74b925e7fcfc37e1c4fbf0259c1ce55e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:33:32 +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.12.2...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5bebd6a..75932f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "build>=1.2.2,<1.6.0", - "ruff>=0.12.2,<0.16.0", + "ruff>=0.12.2,<0.17.0", "sphinx>=7.3.7,<8.2.0", "scikit-learn>=1.5,<1.9", "pre-commit>=4.0.1,<4.7.0", @@ -48,7 +48,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment" dev-dependencies = [ "build>=1.2.2,<1.6.0", "build>=1.2.2,<1.4.0", - "ruff>=0.12.2,<0.16.0", + "ruff>=0.12.2,<0.17.0", "sphinx>=7.3.7,<8.2.0", "scikit-learn>=1.5,<1.9", "pre-commit>=4.0.1,<4.7.0",