From a315d6b565e654f8ec1235d98b6983b82aeae5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:02:57 +0000 Subject: [PATCH] Update pluggy requirement from >=0.3.1 to >=1.6.0 Updates the requirements on [pluggy](https://github.com/pytest-dev/pluggy) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/0.3.1...1.6.0) --- updated-dependencies: - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f0f129b75f..6288bdda5b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ coverage>=4.0.3 nose>=1.3.7 pytest pytest-cov -pluggy>=0.3.1 +pluggy>=1.6.0 randomize>=0.13 sphinx>=1.4 # BSD sphinx_markdown_tables