From 1c1531c8f619b0df80a985a8444ad7918417b02d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 06:45:33 +0000 Subject: [PATCH] Bump pytest-randomly from 1.2.3 to 3.5.0 Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 1.2.3 to 3.5.0. - [Release notes](https://github.com/pytest-dev/pytest-randomly/releases) - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/master/HISTORY.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/1.2.3...3.5.0) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4ed3991..113c8e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest~=4.6.7 # needed for python 2.7+3.4 pytest-cov>=2.8.1 -pytest-randomly==1.2.3 # needed for python 2.7+3.4 +pytest-randomly==3.5.0 # needed for python 2.7+3.4