Skip to content

Commit

Permalink
chore: pip upgrade when update
Browse files Browse the repository at this point in the history
  • Loading branch information
Keldos-Li committed Mar 10, 2024
1 parent 946513f commit 64a104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def background_update():
if need_pip:
try:
run_pip(
f"install -r requirements.txt",
f"install -r requirements.txt --upgrade",
pref="[Updater]",
desc="requirements",
live=False,
Expand Down

0 comments on commit 64a104c

Please sign in to comment.