From c958fb9ca55466efd2185a59a70b18f646f65aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:58:32 +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.15.0...4.1.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.1.0 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 9034bc5..aeb64fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ dev = [ "pytest>=9.0", "pytest-cov>=5.0", - "pytest-randomly>=3.15", + "pytest-randomly>=4.1.0", "hypothesis>=6.151", "mypy>=2.1", "ruff>=0.15",