From c53cf3f53254ba3b1c9e720e2dab962009a1c337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:01:26 +0000 Subject: [PATCH] Bump pytest-randomly from 3.10.1 to 3.11.0 in /server Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/pytest-dev/pytest-randomly/releases) - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/HISTORY.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.10.1...3.11.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/test-requirements.txt b/server/test-requirements.txt index 3e5a6ea..3bb893f 100644 --- a/server/test-requirements.txt +++ b/server/test-requirements.txt @@ -1,4 +1,4 @@ Flask-Testing==0.8.1 pytest-cov>=2.8.1 -pytest-randomly==3.10.1 # needed for python 2.7+3.4 +pytest-randomly==3.11.0 # needed for python 2.7+3.4 pytest~=6.2.5 # needed for python 2.7+3.4