From e26330f400c2630daa3890f0ddd0adfd988d610f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:14:14 +0000 Subject: [PATCH] Bump pytest-random-order from 1.1.0 to 1.1.1 Bumps [pytest-random-order](https://github.com/jbasko/pytest-random-order) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/jbasko/pytest-random-order/releases) - [Commits](https://github.com/jbasko/pytest-random-order/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pytest-random-order dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a0b71efc..695b096b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,6 +3,6 @@ pytest ==8.0.2 pytest-cov ==4.1.0 pytest-timeout ==2.1.0 pytest-rerunfailures ==12.0 -pytest-random-order ==1.1.0 +pytest-random-order ==1.1.1 pandas lightning