Bump poetry

This commit is contained in:
Gabriel Augendre 2022-09-28 17:55:33 +02:00
parent 06c547e3c8
commit 33ee1c824c
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry==1.1.13
run: pipx install poetry==1.1.15
- name: Set up Python
uses: actions/setup-python@v4
with:

View file

@ -2,7 +2,7 @@
FROM python:3.10.7-bullseye AS venv
# https://python-poetry.org/docs/#installation
ENV POETRY_VERSION=1.1.13
ENV POETRY_VERSION=1.1.15
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH /root/.local/bin:$PATH