From 19dd14275df388932c2ccac2fa979602944ab962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:47:17 +0000 Subject: [PATCH] chore(deps): update pytest-randomly requirement from >=3.12.0 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/3.12.0...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 038bf03..c7609e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest>=8.1.0 pytest-cov>=2.8.1 -pytest-randomly>=3.12.0 +pytest-randomly>=4.1.0 mypy>=1.4.1 types-python-dateutil>=2.8.19