From 906119f5e85b21953ba7d5e8876c1f2f37bfc97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 05:08:52 +0000 Subject: [PATCH] Bump pytest-randomly from 3.6.0 to 3.8.0 Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.6.0 to 3.8.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.6.0...3.8.0) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 084c8a6..e4e9011 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ pre-commit==2.12.0 # run 'pre-commit install' initially to install the git hooks pytest==6.2.3 pytest-cov==2.11.1 -pytest-randomly==3.6.0 +pytest-randomly==3.8.0 pylint==2.7.4 pytest-pylint==0.18.0 chardet==3.0.4 # Eli (12/14/20) special requirement to resolve conflict with requests package