poetry self update

This commit is contained in:
JensDiemer 2022-10-04 09:13:52 +02:00
parent 9d1ef103eb
commit ed209c923a

View file

@ -23,6 +23,7 @@ install: check-poetry ## install project via poetry
poetry install
update: check-poetry ## update the sources and installation and generate "conf/requirements.txt"
poetry self update
poetry update -v
poetry export -f requirements.txt --output conf/requirements.txt