From e467d70045ae0986c62244797d4a34b12c8f3059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:35:51 +0000 Subject: [PATCH] build(deps): update pytest-benchmark requirement from ~=5.0.0 to ~=5.1.0 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/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ac02eaf..e5f0e319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "mypy~=1.2", "orjson~=3.8", "pre-commit~=4.0", - "pytest-benchmark~=5.0.0", + "pytest-benchmark~=5.1.0", "pytest-console-scripts~=1.4.0", "pytest-cov~=6.0", "pytest-recording~=0.13",