From 2442949c4d9ec5c4fd7789cf36d5501eaad0e17e Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Tue, 30 Sep 2025 08:40:03 -0700 Subject: [PATCH 1/2] Update to poetry 2.2.0 --- pyproject.toml | 2 +- requirements-poetry.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd0d1f297330..3d8486a9faeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.9, <4, !=3.9.0, !=3.9.1" authors = [ {name="Mariano Sorgente", email="mariano@chia.net"} ] -license = {text="Apache-2.0"} +license = "Apache-2.0" readme = {file = "README.md", content-type = "text/markdown"} keywords= ["chia", "blockchain", "node"] homepage = "https://chia.net/" diff --git a/requirements-poetry.txt b/requirements-poetry.txt index 9a37cf629481..4c2c8af40ec8 100644 --- a/requirements-poetry.txt +++ b/requirements-poetry.txt @@ -1,4 +1,4 @@ -# presently dependabot uses 1.8.5 so let's stick with that for now -poetry==2.1.1 +# keep this matchin with what dependabot uses +poetry==2.2.0 poetry-dynamic-versioning[plugin] poetry-plugin-export From f6f9f221f7c7714ac7d15030a45e4b0bafdcee7c Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:18:32 -0700 Subject: [PATCH 2/2] Update requirements-poetry.txt Co-authored-by: Kyle Altendorf --- requirements-poetry.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-poetry.txt b/requirements-poetry.txt index 4c2c8af40ec8..a3d5ea2e9d66 100644 --- a/requirements-poetry.txt +++ b/requirements-poetry.txt @@ -1,4 +1,4 @@ -# keep this matchin with what dependabot uses +# keep this matching with what dependabot uses poetry==2.2.0 poetry-dynamic-versioning[plugin] poetry-plugin-export