From 4f077b10672a69c8fc441c38cd4379f482e1cd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:58:56 +0000 Subject: [PATCH] Bump pytest-randomly from 4.0.1 to 4.1.0 Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 4.0.1 to 4.1.0. - [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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a3954d..1148156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "factory-boy==3.3.3", "pytest-django==4.12.0", "pytest-cov==7.0.0", - "pytest-randomly==4.0.1", + "pytest-randomly==4.1.0", "tox==4.50.0", ]