diff --git a/pyproject.toml b/pyproject.toml index 1c1e36f..94399bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ cli = [ dev = [ "pytest>=7.4.3", "pytest-asyncio>=0.21.1", - "pytest-benchmark>=4.0,<5", + "pytest-benchmark>=4.0,<6", "pytest-async-benchmark>=0.2,<1", "commitizen>=3.12.0", "ruff>=0.9.0", @@ -112,7 +112,7 @@ Security = "https://github.com/ardzz/RouteMQ/security/policy" dev = [ "pytest>=7.4.3", "pytest-asyncio>=0.21.1", - "pytest-benchmark>=4.0,<5", + "pytest-benchmark>=4.0,<6", "pytest-async-benchmark>=0.2,<1", "commitizen>=3.12.0", "ruff>=0.9.0",