From 2a7bdcedda16951470fc6b154619486abd45d784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:26:53 +0000 Subject: [PATCH] Update dependency pytest-benchmark to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e437628..a33aa219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ sphinx-click = ">=3.0.2" typeguard = ">=2.13.3" xdoctest = {extras = ["colors"], version = ">=0.15.10"} myst-parser = {version = ">=0.16.1"} -pytest-benchmark = {extras = ["histogram"], version = "^4.0.0"} +pytest-benchmark = {extras = ["histogram"], version = "^5.0.0"} pytest-randomly = "^3.12.0" virtualenv = "20.26.6"