From 44e8f97acb10447e3d19b8047e1d1246d24ca62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:39:47 +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-asyncio.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements-asyncio.txt b/test-requirements-asyncio.txt index a41fefc96e..9f709dccce 100644 --- a/test-requirements-asyncio.txt +++ b/test-requirements-asyncio.txt @@ -1,5 +1,5 @@ isort -pluggy>=0.3.1 +pluggy>=1.6.0 py>=1.4.31 pytest pytest-cov diff --git a/test-requirements.txt b/test-requirements.txt index 1c8a669fc8..d6ebedc182 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>=8.1.3 # BSD sphinx_markdown_tables