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",