From e9ca9459745a0f4d706ad4d22502247e0c587509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:33:15 +0000 Subject: [PATCH] Bump pytest-randomly from 3.13.0 to 3.14.0 (#1690) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements/pytest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements/pytest.txt b/dev-requirements/pytest.txt index 76751dbfc8..86a92a161f 100644 --- a/dev-requirements/pytest.txt +++ b/dev-requirements/pytest.txt @@ -4,7 +4,7 @@ mock==5.1.0 pytest==7.4.0 pytest-asyncio==0.21.1 pytest-cov==4.1.0 -pytest-randomly==3.13.0 +pytest-randomly==3.14.0 async-timeout==4.0.3 # Used for timeouts in some test cases.