Skip to content

Commit

Permalink
Update Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 27, 2024
1 parent 436d1e7 commit 6575eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed

- Update Poetry to [1.8.1](https://github.com/python-poetry/poetry/releases/tag/1.8.1)

### Deprecated
### Removed
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV PIP_NO_CACHE_DIR=true \
# and what version is used
# ==========================================
ENV POETRY_HOME=/home/app/.local \
POETRY_VERSION=1.7.1 \
POETRY_VERSION=1.8.1 \
POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_CREATE=true \
POETRY_VIRTUALENVS_IN_PROJECT=false
Expand Down

0 comments on commit 6575eea

Please sign in to comment.