Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Update default isort config to ignore `node_modules`
- Updated gunicorn to [26.0.0](https://github.com/benoitc/gunicorn/releases/tag/26.0.0)
- Updated Poetry to [2.4.0](https://github.com/python-poetry/poetry/releases/tag/2.4.0)
- Updated Stylelint to [17.11.0](https://github.com/stylelint/stylelint/releases/tag/17.11.0)
- Updated uvicorn to [0.46.0](https://github.com/encode/uvicorn/releases/tag/0.46.0)
- Updated stylelint-order to [8.1.1](https://github.com/hudochenkov/stylelint-order/releases/tag/8.1.1)

### Deprecated
### Removed
Expand Down
4 changes: 2 additions & 2 deletions docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ ENV BLACK_VERSION=26.3.1 \
DJHTML_VERSION=3.0.11 \
DJANGO_DEBUG_TOOLBAR_VERSION=6.3.0 \
PRETTIER_VERSION=3.8.3 \
STYLELINT_VERSION=17.1.1 \
STYLELINT_VERSION=17.11.0 \
STYLELINT_CONFIG_STANDARD_SCSS_VERSION=17.0.0 \
STYLELINT_SELECTOR_BEM_PATTERN_VERSION=4.0.1 \
STYLELINT_ORDER_VERSION=7.0.1 \
STYLELINT_ORDER_VERSION=8.1.1 \
ESLINT_VERSION=8.56.0

# ==========================================
Expand Down
6 changes: 3 additions & 3 deletions docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ ENV PIP_NO_CACHE_DIR=true \
# > docs.docker.com/build/building/variables
# ==========================================
ENV PIP_VERSION=26.0 \
POETRY_VERSION=2.3.4 \
POETRY_VERSION=2.4.0 \
NVM_VERSION=0.40.4 \
WSGI_GUNICORN_VERSION=25.3.0 \
ASGI_UVICORN_VERSION=0.44.0
WSGI_GUNICORN_VERSION=26.0.0 \
ASGI_UVICORN_VERSION=0.46.0

# ==========================================
# Create a new non-root level "app" user who
Expand Down