From c45d6d8a342a4dbb3542f163bce8f5d2306239a0 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 9 Dec 2024 10:34:28 +0000 Subject: [PATCH] Update Poetry --- CHANGELOG.md | 1 + docker/tna-python/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab872a..5b1dabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Installation of formatting and linting tools moved to `Dockerfile` so are available at startup of the dev image - Updated `prettier`, `stylelint` and `stylelint-config-standard-scss` in `tna-python-dev` +- Updated Poetry to [1.8.5](https://github.com/python-poetry/poetry/releases/tag/1.8.5) ### Deprecated ### Removed diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index d05f62a..a23830d 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -77,7 +77,7 @@ ENV PIP_NO_CACHE_DIR=true \ # and what version is used # ========================================== ENV POETRY_HOME=/home/app/.local \ - POETRY_VERSION=1.8.4 \ + POETRY_VERSION=1.8.5 \ POETRY_NO_INTERACTION=1 \ POETRY_VIRTUALENVS_CREATE=true \ POETRY_VIRTUALENVS_IN_PROJECT=false