From af6a497e29d5d06f13ec8f0b5ae3424e025dac1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:27:06 +0000 Subject: [PATCH] build(deps-dev): bump pytest-order from 1.3.0 to 1.4.0 Bumps [pytest-order](https://github.com/pytest-dev/pytest-order) from 1.3.0 to 1.4.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14eb8379..92a96956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "pytest-asyncio == 0.16.0", "pytest-dependency == 0.6.1", "pytest-mock == 3.6.1", - "pytest-order == 1.3.0", + "pytest-order == 1.4.0", "httpx >= 0.27.0, < 1.0.0", ] dev = [