Skip to content

Commit c9246d1

Browse files
committed
Remove obsolete --no-update arg in poetry lock
Signed-off-by: Yam Marcovitz <[email protected]>
1 parent d7911cb commit c9246d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def set_package_version(version: str, package: Package) -> None:
6262

6363
file.write(project_file_content)
6464

65-
status, output = package.run_cmd("poetry lock --no-update")
65+
status, output = package.run_cmd("poetry lock")
6666

6767
if status != 0:
6868
print(output, file=sys.stderr)

0 commit comments

Comments
 (0)