From 19c1b9ce0233423ff9d61829d96ca9c7b5e6de03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:36:58 +0000 Subject: [PATCH] chore(deps): update dependency pytest-randomly to v3.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5de4513..094985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ isort = "5.13.2" pre-commit = "*" pytest = "8.3.3" pytest-cov = "5.0.0" -pytest-randomly = "3.15.0" +pytest-randomly = "3.16.0" [tool.poetry.group.docs] optional = true