From f87655488524aeb5fffc9ce96048843b0588d942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:59:16 +0000 Subject: [PATCH] Bump pyperf from 2.9.0 to 2.10.0 Bumps [pyperf](https://github.com/psf/pyperf) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/psf/pyperf/releases) - [Changelog](https://github.com/psf/pyperf/blob/main/doc/changelog.rst) - [Commits](https://github.com/psf/pyperf/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: pyperf dependency-version: 2.10.0 dependency-type: direct:production 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 f8f6294..f293dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "matplotlib==3.10.3", - "pyperf==2.9.0", + "pyperf==2.10.0", "rich==14.0.0", "rich-argparse==1.7.1", "ruamel.yaml==0.18.14",