From a58680b2951ac9d845943ff389fae1a2b3f3258a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:23:13 +0000 Subject: [PATCH] build(deps-dev): bump pytest-order from 1.4.0 to 1.5.0 Bumps [pytest-order](https://github.com/pytest-dev/pytest-order) from 1.4.0 to 1.5.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.4.0...v1.5.0) --- updated-dependencies: - dependency-name: pytest-order dependency-version: 1.5.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 87885838..5ca56996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pytest-asyncio == 1.4.0", "pytest-dependency == 0.6.1", "pytest-mock == 3.15.1", - "pytest-order == 1.4.0", + "pytest-order == 1.5.0", "httpx >= 0.27.0, < 1.0.0", ] dev = [