From 2d9bbf08b1d8edd3f376d4c8e0b0a90f585e34b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:05:17 +0530 Subject: [PATCH] deps(deps): update pytest-benchmark requirement from >=4.0.0 to >=5.2.3 (#522) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- benchmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt index 5dbebddf..a56dedb2 100644 --- a/benchmarks/requirements.txt +++ b/benchmarks/requirements.txt @@ -1,7 +1,7 @@ # Benchmark Tools pytest>=7.0.0 -pytest-benchmark>=4.0.0 +pytest-benchmark>=5.2.3 # Core Utils