From 94774b9c2f739c2f738c55bc3f0c4801f709a2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:53:50 +0000 Subject: [PATCH] Update pluggy requirement from >=1.3.0 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/1.3.0...1.6.0) --- updated-dependencies: - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 675c52b..40cb1f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ iniconfig>=2.0.0 numpy>=1.26.2 opencv-python>=4.9.0.80 packaging>=23.2 -pluggy>=1.3.0 +pluggy>=1.6.0 pytest>=7.4.4 simple-term-menu>=1.6.4 tomli>=2.0.1