diff --git a/python-manual/modules/ROOT/pages/upgrade.adoc b/python-manual/modules/ROOT/pages/upgrade.adoc index 692dda91..81eb91c5 100644 --- a/python-manual/modules/ROOT/pages/upgrade.adoc +++ b/python-manual/modules/ROOT/pages/upgrade.adoc @@ -57,7 +57,7 @@ You can add any spurious entry to the ignored list, so that the assistent won't + [source, bash] ---- -pip3 install -U neo4j==5.25 +pip3 install -U neo4j==5.27 ----