From fb1bdcbdc573381905d0b63409c06c3dd6eb2836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:28:41 +0000 Subject: [PATCH] Bump pytest-benchmark from 5.0.1 to 5.2.3 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.0.1 to 5.2.3. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.0.1...v5.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 41e99d4..a60448f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -35,7 +35,7 @@ pytest==9.0.3 # via # cedarpy (pyproject.toml) # pytest-benchmark -pytest-benchmark==5.0.1 +pytest-benchmark==5.2.3 # via cedarpy (pyproject.toml) wheel==0.47.0 # via pip-tools