diff --git a/pyproject.toml b/pyproject.toml index e2d5fee..15ec1dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,14 +35,14 @@ research = [ "z3-solver>=4.13,<5.0", ] smart_contract_basic = [ - "pytest>=8.0,<9.0", + "pytest>=8.0,<10.0", "ruff>=0.11,<0.12", "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", + "pytest>=8.0,<10.0", "ruff>=0.11,<0.12", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", @@ -50,13 +50,13 @@ smart_contract_static = [ "slither-analyzer>=0.11,<0.12", ] test = [ - "pytest>=8.0,<9.0", + "pytest>=8.0,<10.0", "ruff>=0.11,<0.12", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0", ] lab = [ - "pytest>=8.0,<9.0", + "pytest>=8.0,<10.0", "ruff>=0.11,<0.12", "hypothesis>=6.112,<7.0", "z3-solver>=4.13,<5.0",