From 12a8e6575661ab41225d5466eda9a2e85220a225 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:01:30 +0000 Subject: [PATCH] Update dependency pytest-randomly to v4.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2026c42..20ea8a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pytest-cov==6.3.0", "pytest-asyncio==1.3.0", "pytest-mock==3.15.1", - "pytest-randomly==4.0.1", + "pytest-randomly==4.1.0", "pytest-fail-slow==0.6.0", "mypy==1.18.2", "pip-licenses==5.0.0",