From 94107f8f3f380680d7eaf6dec8f4d90a21564eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:51:37 +0000 Subject: [PATCH] Update pytest-randomly requirement from >=3.12.0 to >=4.0.1 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.12.0...4.0.1) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3c654ea0..dd4cc127 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest~=9.0.3 pytest-cov>=2.8.1 -pytest-randomly>=3.12.0 +pytest-randomly>=4.0.1 mypy>=1.4.1 types-python-dateutil>=2.8.19