From e45343dadb81ecd0e76b09c1259972ed0ae4de85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 13:03:56 +0000 Subject: [PATCH] Bump pytest-randomly from 3.11.0 to 3.12.0 Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.11.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.11.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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 60cd9af5ee..336e00edeb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ mock==4.0.3 pytest==7.1.2 pytest-asyncio==0.18.3 pytest-cov==3.0.0 -pytest-randomly==3.11.0 +pytest-randomly==3.12.0 # Coverage testing. coverage[toml]==6.3.2