From eb9d07ca52f3ab2d3d5b5757bcff34684a2a9f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:34:21 +0000 Subject: [PATCH] :arrow_up:(deps): 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:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6e29baf9..fdd01703 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ pytest-cov>=4.0.0 pytest-mock>=3.10.0 pytest-xdist>=3.0.0 pytest-timeout>=2.4.0 -pytest-benchmark>=4.0.0 +pytest-benchmark>=5.2.3 pytest-asyncio>=0.21.0 # Code quality and linting