From 6032232e5bd8532c34be3af1ae1ae0500a7aee20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:56:50 +0000 Subject: [PATCH] chore(deps-dev): update pytest-randomly requirement Updates the requirements on [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.12.0...4.0.1) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.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 cba0de1f..47c2a384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ test = [ "pytest-timeout", "pytest-socket>=0.6.0", # Prevent inadvertent network access "pytest-skip-slow>=0.0.5", # Mark and skip slow tests - "pytest-randomly>=3.12.0", # Randomize test order to catch dependencies + "pytest-randomly>=4.0.1", # Randomize test order to catch dependencies "pytest-monitor>=1.6.0", # Monitor test performance "factory-boy>=3.2.0", "httpx>=0.24.0",