From ba445921dc431c23bbdac77cee3588989c8608ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:22:20 +0000 Subject: [PATCH] Update dependency pluggy to v1.6.0 --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 403a093..877c445 100644 --- a/Pipfile +++ b/Pipfile @@ -23,7 +23,7 @@ iniconfig = "==2.1.0" kitchen = "==1.2.6" more-itertools = "==10.7.0" packaging = "==24.2" -pluggy = "==1.5.0" +pluggy = "==1.6.0" py = "==1.11.0" pyparsing = "==3.2.3" pytest-forked = "==1.6.0" diff --git a/Pipfile.lock b/Pipfile.lock index 5d60085..b02ebcd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "45b5c64d74b3e00e960a1bfe888740d698ca120634884bd1f073b18ff5053c18" + "sha256": "ed72fcc8c5358e99bef1afaeae68c1198724e5b1ba63aad1ff5b5faa89bdbbe6" }, "pipfile-spec": 6, "requires": {}, @@ -268,12 +268,12 @@ }, "pluggy": { "hashes": [ - "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", - "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" + "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", + "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==1.5.0" + "markers": "python_version >= '3.9'", + "version": "==1.6.0" }, "py": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 046f319..ba3a44c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ iniconfig==2.1.0 kitchen==1.2.6 more-itertools==10.7.0 packaging==24.2 -pluggy==1.5.0 +pluggy==1.6.0 py==1.11.0 pyparsing==3.2.3 pytest-forked==1.6.0