Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cbfd35

Browse filesBrowse files
authored
Merge pull request #137 from target/no-no-update-poetry-lock
Drops removed --no-update from poetry lock invocation
2 parents 59f17de + fd475c6 commit 1cbfd35
Copy full SHA for 1cbfd35

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ poetry-update: ## Run poetry update with any environment-required flags, pass PK
273273

274274
.PHONY: poetry-relock
275275
poetry-relock: pyproject.toml ## Run poetry lock w/o updating deps, use after changing pyproject.toml trivially
276-
$(POETRY) lock --no-update
276+
$(POETRY) lock
277277

278278
.PHONY: poetry-build
279279
poetry-build: poetry-set-version ## Run poetry build with any environment-required flags

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.