Fix #2490: Inform about outdated deps and updating process

pull/2496/head
disconnect3d 1 year ago committed by Disconnect3d
parent 6f1d82381b
commit 6a9c8d36b5

@ -73,6 +73,7 @@ def update_deps(src_root: Path, venv_path: Path) -> None:
# If the hashes don't match, update the dependencies
if current_hash != stored_hash:
print("Detected outdated Pwndbg dependencies (poetry.lock). Updating.")
poetry_path = find_poetry()
if poetry_path is None:
print(

Loading…
Cancel
Save