From c6c7779a9823e710dabe92cf3fe6596a162f7a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:24:00 +0000 Subject: [PATCH] Update pytest-benchmark requirement from ~=4.0 to ~=5.1 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.1.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test_min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test_min.txt b/requirements_test_min.txt index abf697d..fff31e9 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -2,5 +2,5 @@ astroid typing-extensions~=4.11 pytest~=8.1 -pytest-benchmark~=4.0 +pytest-benchmark~=5.1 pytest-timeout~=2.3