From 039fdc72700329475f54dbe399c48b3db4e1210b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:12:11 -0600 Subject: [PATCH] build(deps): update pytest-benchmark requirement from ~=4.0.0 to ~=5.0.0 (#752) 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.0.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc017f91..da128eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "mypy~=1.2", "orjson~=3.8", "pre-commit~=4.0", - "pytest-benchmark~=4.0.0", + "pytest-benchmark~=5.0.0", "pytest-console-scripts~=1.4.0", "pytest-cov~=5.0", "pytest-recording~=0.13",