From 57fcb27300895605867c3fc8cd8f5d4bd924c0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:11:54 +0000 Subject: [PATCH] Update pytest-randomly requirement from ==3.12.* to ==3.16.* Updates the requirements on [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.12.0...3.16.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-type: direct:development ... 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 53051789..b83966f8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -24,7 +24,7 @@ flake8==3.9.* python-dotenv==0.20.* pytest==7.2.* pytest-cov==3.0.* -pytest-randomly==3.12.* +pytest-randomly==3.16.* pytest-rerunfailures==10.* tox==3.25.*