From 1dae841925cc5ddc4d10aec7faa1cc04caffabb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:08:46 +0000 Subject: [PATCH] chore(deps-dev): bump pluggy from 1.0.0 to 1.3.0 Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.0.0 to 1.3.0. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.0.0...1.3.0) --- updated-dependencies: - dependency-name: pluggy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4018db1..8aa0310 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ mypy-extensions==1.0.0 packaging==23.0 ; python_version >= '3.7' pathspec==0.11.1 ; python_version >= '3.7' platformdirs==3.5.1 ; python_version >= '3.7' -pluggy==1.0.0 ; python_version >= '3.6' +pluggy==1.3.0 ; python_version >= '3.6' py4j==0.10.9.7 pycparser==2.21 pytest==7.2.1