From 5b4ca7ead1097b548c3bdaa7f5448610bd2e0a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 02:02:50 +0000 Subject: [PATCH] Bump pytest-randomly from 1.2.3 to 4.1.0 Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 1.2.3 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/1.2.3...4.1.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- kubernetes_asyncio/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes_asyncio/test-requirements.txt b/kubernetes_asyncio/test-requirements.txt index 4ed3991cbe..d354965e13 100644 --- a/kubernetes_asyncio/test-requirements.txt +++ b/kubernetes_asyncio/test-requirements.txt @@ -1,3 +1,3 @@ pytest~=4.6.7 # needed for python 2.7+3.4 pytest-cov>=2.8.1 -pytest-randomly==1.2.3 # needed for python 2.7+3.4 +pytest-randomly==4.1.0 # needed for python 2.7+3.4