From 2dca3231be9ce6cc531c79ec998b5d450e18a2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:47:34 +0000 Subject: [PATCH] chore(deps-dev): update pytest-benchmark requirement 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.1) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fade424..6e56dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sqlparse = "^0.4.4" pytest = "^7.4.3" pytest-asyncio = "^0.21.1" pytest-cov = "^4.1.0" -pytest-benchmark = "^4.0.0" +pytest-benchmark = ">=4,<6" locust = "^2.17.0" ruff = "^0.1.6" mypy = "^1.7.0"