Skip to content

Commit

Permalink
Update Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 9, 2024
1 parent 6bb8ce6 commit c45d6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c45d6d8

Please sign in to comment.