From 6612495395943ea1dc1c6b0035c76a8f39eef1ea Mon Sep 17 00:00:00 2001 From: ttys0dev <126845556+ttys0dev@users.noreply.github.com> Date: Sun, 2 Jul 2023 18:25:41 -0600 Subject: [PATCH] Update poetry to version 1.5.1 --- .github/workflows/lint.yml | 2 +- docker/django/Dockerfile | 2 +- poetry.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4ee9b2e4eb..2b4db4f456 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: - version: 1.5.0 + version: 1.5.1 virtualenvs-create: true virtualenvs-in-project: true diff --git a/docker/django/Dockerfile b/docker/django/Dockerfile index ba1f290b4a..f096dede80 100644 --- a/docker/django/Dockerfile +++ b/docker/django/Dockerfile @@ -22,7 +22,7 @@ ENV PGSSLCERT=/tmp/postgresql.crt # poetry # https://python-poetry.org/docs/configuration/#using-environment-variables -ENV POETRY_VERSION=1.5.0 \ +ENV POETRY_VERSION=1.5.1 \ # make poetry install to this location POETRY_HOME="/opt/poetry" \ # Don't build a virtualenv to save space diff --git a/poetry.lock b/poetry.lock index 0aa09a4e82..84529fb314 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "amqp"