Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.9, <4, !=3.9.0, !=3.9.1"
authors = [
{name="Mariano Sorgente", email="[email protected]"}
]
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/"
Expand Down
4 changes: 2 additions & 2 deletions requirements-poetry.txt
Original file line number Diff line number Diff line change
@@ -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
Loading