From 6d14949b01c57037a29dd2440af22ea55f5d6678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:58:24 +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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d0d0b99..4009ddd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ isort==5.13.2 mypy==1.13.0 pre-commit==4.0.1 pytest==8.3.4 -pytest-benchmark==4.0.0 +pytest-benchmark==5.1.0 pytest-cov==6.0.0 yamllint==1.35.1