From 14296d6cdbfed534dcb9d121ad2bd551a5b96054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 09:03:09 +0000 Subject: [PATCH] Bump pytest-randomly from 3.6.0 to 3.12.0 Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.6.0 to 3.12.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.12.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-type: direct:development update-type: version-update:semver-minor ... 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..9dafd0d 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.12.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