From 92683d4048617140a46c25eb200143c7220b4618 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:13:19 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2da7f508..6b3669a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ report = [ testing = [ "pytest~=7.4", "pytest-cov~=4.1", - "pytest-randomly~=3.1", + "pytest-randomly~=3.15", "pytest-recording~=0.13", "pytest-xdist~=3.3" ]