From 310a1b4a381f67ea820a6bcd1be2b3c3a01b08f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:30:58 +0000 Subject: [PATCH] chore(deps): bump pluggy from 1.2.0 to 1.6.0 Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.2.0 to 1.6.0. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.2.0...1.6.0) --- updated-dependencies: - dependency-name: pluggy dependency-version: 1.6.0 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 bb274a65..ba648865 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mock==5.2.0 ; python_version >= "3.7" and python_version < "4.0" multidict==6.0.4 ; python_version >= "3.7" and python_version < "4.0" packaging==23.2 ; python_version >= "3.7" and python_version < "4.0" pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0" -pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0" +pluggy==1.6.0 ; python_version >= "3.7" and python_version < "4.0" pycparser==2.23 ; python_version >= "3.7" and python_version < "4.0" pyjwt==2.9.0 ; python_version >= "3.7" and python_version < "4.0" pyopenssl==25.2.0 ; python_version >= "3.7" and python_version < "4.0"