From 6b87f6a90330c8d6adc242aaa4f755661e40fd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:07:25 +0000 Subject: [PATCH] Update pytest-randomly requirement from >=4.0.1 to >=4.1.0 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/4.0.1...4.1.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.1.0 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 e4d58e25..344fbab6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest~=9.0.3 pytest-cov>=7.1.0 -pytest-randomly>=4.0.1 +pytest-randomly>=4.1.0 mypy>=1.4.1 types-python-dateutil>=2.8.19