From b858f4924e9911d9d7792b3110ecee6038bcf05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:34:10 +0000 Subject: [PATCH] build: bump pluggy from 1.4.0 to 1.5.0 Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.4.0 to 1.5.0. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: pluggy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f521c25c..a60074e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -139,7 +139,7 @@ platformdirs==4.2.0 # via # black # virtualenv -pluggy==1.4.0 +pluggy==1.5.0 # via pytest pre-commit==3.6.2 # via rocm-docs-core (pyproject.toml)