diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c9960..9b97fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docker/tna-python-dev/Dockerfile b/docker/tna-python-dev/Dockerfile index ba29256..0cb98bc 100644 --- a/docker/tna-python-dev/Dockerfile +++ b/docker/tna-python-dev/Dockerfile @@ -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 # ========================================== diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index 4bfd83d..81ffd4e 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -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