From f2fe691b08c1be8ae1babb984e59a89a565e6223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:22:36 +0000 Subject: [PATCH] Update pytest-randomly requirement from >=3.2 to >=4.1.0 in /extra 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.2.0...4.1.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extra/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/requirements-test.txt b/extra/requirements-test.txt index 48bcead..69dd3cd 100644 --- a/extra/requirements-test.txt +++ b/extra/requirements-test.txt @@ -5,4 +5,4 @@ hypothesis>=6.152.4 mock>=5.2.0 pytest>=9.0.3 pytest-cov>=7.1.0 -pytest-randomly>=3.2 +pytest-randomly>=4.1.0