From d7fb75a203db5e92938899f6b3fda6cb97bb67a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:45:34 +0000 Subject: [PATCH] chore(deps-dev): update pytest-order requirement Updates the requirements on [pytest-order](https://github.com/pytest-dev/pytest-order) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-order/releases) - [Changelog](https://github.com/pytest-dev/pytest-order/blob/main/CHANGELOG.md) - [Commits](https://github.com/pytest-dev/pytest-order/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-order dependency-version: 1.4.0 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 f720ba241..bf9ec78a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "pytest~=8.4.2", "pytest-vcr~=1.0.2", "vcrpy~=7.0.0", - "pytest-order~=1.3.0", + "pytest-order>=1.3,<1.5", "pytest-timer[termcolor]~=1.0.0", "pytest-sugar~=1.1.1", "pre-commit~=4.3.0",