From 180447c4fcef8d3568400b7f737e7066f37f22ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 12:30:06 +0000 Subject: [PATCH] Update ruff requirement from <0.12,>=0.11 to >=0.11,<0.16 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.11.0...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2d5fee..95d6fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ research = [ ] smart_contract_basic = [ "pytest>=8.0,<9.0", - "ruff>=0.11,<0.12", + "ruff>=0.11,<0.16", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", "py-solc-x>=2.0,<3.0", ] smart_contract_static = [ "pytest>=8.0,<9.0", - "ruff>=0.11,<0.12", + "ruff>=0.11,<0.16", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", "py-solc-x>=2.0,<3.0", @@ -51,13 +51,13 @@ smart_contract_static = [ ] test = [ "pytest>=8.0,<9.0", - "ruff>=0.11,<0.12", + "ruff>=0.11,<0.16", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", ] lab = [ "pytest>=8.0,<9.0", - "ruff>=0.11,<0.12", + "ruff>=0.11,<0.16", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", "py-solc-x>=2.0,<3.0",