Skip to content

Commit

Permalink
remove keep outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakovpraisler committed Jan 6, 2025
1 parent c09eb12 commit 70a2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/auto_dockerfile_update/update_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run_lock(base_path_docker: str, pipfile_or_pyproject_path: str) -> bool:
if "Pipfile" in pipfile_or_pyproject_path:
# waits for the process to end.
completed_process = subprocess.run(
["pipenv", "lock", "--keep-outdated"],
["pipenv", "lock"],
check=True,
stdout=subprocess.DEVNULL,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit 70a2258

Please sign in to comment.