From d770f7c068437500fb7aaf8779b2ca3c58999a70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:25:22 +0000 Subject: [PATCH] Update dependency pytest-randomly to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e41a3f85..62d08e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ test = [ "pytest-asyncio~=1.0", "pytest-cov>=6.1,<7", "pytest-mock>=3.12,<3.15", - "pytest-randomly==3.*", + "pytest-randomly==4.*", "pytest-xdist==3.*", "requests~=2.32.1", "security==1.3.1",