From 792e4796047dac789b356259d8723bfbe92c8278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 07:01:33 +0000 Subject: [PATCH] Update pytest-randomly requirement from <4.0.0,>=3.5.0 to >=3.5.0,<5.0.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/3.5.0...4.0.1) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index deb4a4268..b6dbe2fa7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,7 +9,7 @@ pytest>=5.3.5, <8.0.0 pytest-cov>=2.6.1, <8.0.0 pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg) pytest_cases>=3.6.8, <4.0.0 -pytest-randomly>=3.5.0, <4.0.0 +pytest-randomly>=3.5.0, <5.0.0 pytest-custom_exit_code>=0.3.0 # for notebook tests pytest-timeout>=1.4.2, <3.0.0 # for notebook tests jupytext>=1.12.0, <2.0.0 # for notebook tests