diff --git a/pyproject.toml b/pyproject.toml index 5e89241..4c48ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ desktop = ["pywebview>=5.0,<6"] # Development tooling: testing + type checking. dev = [ "pytest>=8,<9", - "pytest-benchmark>=4,<5", + "pytest-benchmark>=4,<6", "mypy>=1.10,<2", "hypothesis>=6.100,<7", ]