From 63c829e655724beb1c40a7b64addf39c7c9d0920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:55:00 +0000 Subject: [PATCH] Bump pytest-benchmark from 4.0.0 to 5.1.0 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 4.0.0 to 5.1.0. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index c7e37bb324..424c0553cd 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ coverage ~=7.6.8 pytest ==8.1.1 -pytest-benchmark ==4.0.0 +pytest-benchmark ==5.1.0 pytest-timeout ==2.3.1 pytest-cov ==6.0.0 pytest-xdist ==3.6.1