From fc87389e8ae69d2c4e0559d255578f999e15b78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:13:14 +0000 Subject: [PATCH] build(deps-dev): bump pytest-benchmark from 5.1.0 to 5.2.0 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 066fe0b6..1d8b170a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ version = {attr = "diffannotator.config.__version__"} [project.optional-dependencies] dev = [ "pytest==8.4.0", - "pytest-benchmark==5.1.0", + "pytest-benchmark==5.2.0", ] doc = [ "mkdocs~=1.6.1",