From 3557813202196d51505be332f78d408989e51ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:48:24 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-order from 1.3.0 to 1.4.0 in /backend 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] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..bb0f759 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -27,7 +27,7 @@ pytest-cov ==6.1.1 # Uses: coverage[toml] >=7.5 pytest-doctestplus ==1.7.1 pytest-env ==1.6.0 pytest-docker ==3.2.5 -pytest-order ==1.3.0 +pytest-order ==1.4.0 # Sphinx is used to generate documentation from Python docstrings and reStructured text. sphinx >=9.0.0,<10.0.0