From fbf98650ddfde2eba9cac53f9521126133a5675e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:33:10 +0000 Subject: [PATCH] Update ruff requirement from <0.16,>=0.15 to >=0.15,<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.15.0...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 531db31..c212a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Documentation = "https://mapepire-ibmi.github.io/" [project.optional-dependencies] dev = [ - "ruff>=0.15,<0.16", + "ruff>=0.15,<0.17", "mypy>=1.0,<2.4", "black>=24.3.0,<27.0", "isort>=5.12,<8.1",