From fd6cdadecaddd1b0f0a8743615c557f0408a2ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:58:36 +0000 Subject: [PATCH] chore(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/v5.2.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 9034bc5..bd676bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "mutmut>=3.5", "bandit>=1.9", "pip-audit>=2.10", - "pytest-benchmark>=5.2", + "pytest-benchmark>=5.2.3", "pytest-watch>=4.2", "commitizen>=4.4", "tach>=0.22",