Skip to content

Commit 8e8db78

Browse files
emlowealtendky
andauthored
Update to poetry 2.2.0 (#20124)
* Update to poetry 2.2.0 * Update requirements-poetry.txt Co-authored-by: Kyle Altendorf <[email protected]> --------- Co-authored-by: Kyle Altendorf <[email protected]>
1 parent 80ea5fe commit 8e8db78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.9, <4, !=3.9.0, !=3.9.1"
77
authors = [
88
{name="Mariano Sorgente", email="[email protected]"}
99
]
10-
license = {text="Apache-2.0"}
10+
license = "Apache-2.0"
1111
readme = {file = "README.md", content-type = "text/markdown"}
1212
keywords= ["chia", "blockchain", "node"]
1313
homepage = "https://chia.net/"

requirements-poetry.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# presently dependabot uses 1.8.5 so let's stick with that for now
2-
poetry==2.1.1
1+
# keep this matching with what dependabot uses
2+
poetry==2.2.0
33
poetry-dynamic-versioning[plugin]
44
poetry-plugin-export

0 commit comments

Comments
 (0)