From ae6f1d23b2e2054b71db7956a7fd127899ab7cb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:33:09 +0000 Subject: [PATCH] chore(deps): 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 7c289c4..ad4b77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest = "^8.0" pytest-sugar = "*" pytest-icdiff = "*" jinja2 = "^3.1.4" -pytest-benchmark = "^4.0.0" +pytest-benchmark = "^5.0.0" [tool.pytest.ini_options] addopts = "--benchmark-disable"