From 459476f9825ead6e38796d6b9ec6311b8f283721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:57:30 +0000 Subject: [PATCH] chore(pip)(deps-dev): update pytest-benchmark requirement in /agent 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] --- agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/pyproject.toml b/agent/pyproject.toml index ab5cc886..af4caf10 100644 --- a/agent/pyproject.toml +++ b/agent/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "pytest-cov>=4.0", "pytest-asyncio>=0.21", "pytest-timeout>=2.1", - "pytest-benchmark>=4.0", + "pytest-benchmark>=5.2.3", "hypothesis>=6.91", "black>=23.12", "mypy>=1.8",