From d2c1c7a6eb2f7e285742137908771a504646b65a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:44:13 +0000 Subject: [PATCH] Update pytest-randomly requirement from ~=3.15.0 to ~=3.16.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.15.0...3.16.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a1d2ab31..783e0e3eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ test = [ "pytest-cov ~= 5.0.0", "pytest-github-actions-annotate-failures ~= 0.2.0", "pytest-httpserver ~= 1.1.0", - "pytest-randomly ~= 3.15.0", + "pytest-randomly ~= 3.16.0", ] typing = [ "types-Pygments ~= 2.18.0.20240506",