mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 10:09:49 -04:00
upgrade poetry to 2.1.3
This commit is contained in:
2
Makefile
2
Makefile
@@ -130,7 +130,7 @@ py-lock: ## Syncs dependencies and updates lock file without performing recursiv
|
|||||||
|
|
||||||
.PHONY: freeze-requirements
|
.PHONY: freeze-requirements
|
||||||
freeze-requirements: ## create static requirements.txt
|
freeze-requirements: ## create static requirements.txt
|
||||||
poetry export --without-hashes --format=requirements.txt > requirements.txt
|
poetry export --output requirements.txt
|
||||||
|
|
||||||
.PHONY: pip-audit
|
.PHONY: pip-audit
|
||||||
pip-audit:
|
pip-audit:
|
||||||
|
|||||||
Reference in New Issue
Block a user