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..a3d5ea2e9d66 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 matching with what dependabot uses +poetry==2.2.0 poetry-dynamic-versioning[plugin] poetry-plugin-export