Skip to content

Commit 64a104c

Browse files
committed
chore: pip upgrade when update
1 parent 946513f commit 64a104c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def background_update():
313313
if need_pip:
314314
try:
315315
run_pip(
316-
f"install -r requirements.txt",
316+
f"install -r requirements.txt --upgrade",
317317
pref="[Updater]",
318318
desc="requirements",
319319
live=False,

0 commit comments

Comments
 (0)