diff --git a/pyproject.toml b/pyproject.toml index 0d5df78..4dcc837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,14 +44,14 @@ research = [ ] smart_contract_basic = [ "pytest>=8.0,<10.0", - "ruff>=0.11,<0.16", + "ruff>=0.11,<0.17", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", "py-solc-x>=2.0,<3.0", ] smart_contract_static = [ "pytest>=8.0,<10.0", - "ruff>=0.11,<0.16", + "ruff>=0.11,<0.17", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", "py-solc-x>=2.0,<3.0", @@ -59,13 +59,13 @@ smart_contract_static = [ ] test = [ "pytest>=8.0,<10.0", - "ruff>=0.11,<0.16", + "ruff>=0.11,<0.17", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", ] lab = [ "pytest>=8.0,<10.0", - "ruff>=0.11,<0.16", + "ruff>=0.11,<0.17", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", "py-solc-x>=2.0,<3.0",