From da621c7cd27c8633620332071d772d43c9976807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:45:49 +0000 Subject: [PATCH] build(deps-dev): update pytest-benchmark requirement Updates the requirements on [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) to permit the latest version. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",