From b27dfdffb87b04d4756fb2c856bcd1c57682cb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:04:30 +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.0.1) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.0.1 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 5606da1..b166a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dev = [ "mkdocs>=1.6.0,<2", "mkdocstrings[python]>=0.25.1,<0.26", "mkdocs-material>=9.5.27,<10", - "pytest-randomly>=3.15.0,<4", + "pytest-randomly>=3.15.0,<5", "ruff>=0.14.6", "deptry>=0.24.0", ]