From d6ab5b026dff29c57aa1d60e06875437a3c83191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:33:52 +0000 Subject: [PATCH] deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9cd392..6bcfbac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ telemetry = [ dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", - "pytest-benchmark>=4.0.0", + "pytest-benchmark>=5.2.3", "pytest-cov>=5.0.0", "mypy>=1.8.0", "ruff>=0.4.0",