From 20e409bca2cd6bc89af56c075435db4070e8b22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:13:14 +0000 Subject: [PATCH] build(deps-dev): bump pytest-benchmark from 5.2.1 to 5.2.3 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.2.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.2.1...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 3855a547..8edee6a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ version = {attr = "diffannotator.config.__version__"} [project.optional-dependencies] dev = [ "pytest==8.4.2", - "pytest-benchmark==5.2.1", + "pytest-benchmark==5.2.3", "pytest-clarity==1.0.1", ] doc = [