From f4c12fab4789b958208a5e4a8465516d0dd25ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:03:00 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-benchmark from 5.2.0 to 5.2.3 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.2.0 to 5.2.3. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c357f5..59a1301f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "faker ==38.2.0", "hypothesis >=6.21.0,<6.148.6", "pytest >=7.2.0,<9.0.0", - "pytest-benchmark ==5.2.0", + "pytest-benchmark ==5.2.3", "pytest-cases ==3.9.1", "pytest-custom_exit_code ==0.3.0", "pytest-cov ==6.3.0", # Uses: coverage[toml] >=7.5