[UPD] poetry: docker and pyproject.toml version 1.1.12

This commit is contained in:
Mathieu Benoit 2022-01-24 23:44:56 -05:00
parent 862d80353f
commit b85466b390
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ RUN cd $ODOO_PREFIX && \
# Install Poetry
RUN cd $ODOO_PREFIX && \
curl -sSL -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py && \
./.venv/bin/python get-poetry.py -y --preview --version 1.0.10
./.venv/bin/python get-poetry.py -y --preview --version 1.1.12
RUN cd $ODOO_PREFIX && \
./.venv/bin/pip install --upgrade pip && \

View file

@ -1,5 +1,5 @@
[build-system]
requires = [ "poetry>=1.0.0",]
requires = [ "poetry>=1.1.12",]
build-backend = "poetry.masonry.api"
[tool.isort]