From 16ea37147d5ef660f29b843cd0740fc1e0ddf151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:34:55 +0000 Subject: [PATCH] build(deps-dev): update pytest-benchmark requirement Updates the requirements on [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) to permit the latest version. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e89241..4c48ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ desktop = ["pywebview>=5.0,<6"] # Development tooling: testing + type checking. dev = [ "pytest>=8,<9", - "pytest-benchmark>=4,<5", + "pytest-benchmark>=4,<6", "mypy>=1.10,<2", "hypothesis>=6.100,<7", ]