Skip to content

Commit 27798c1

Browse files
committed
Update pip
1 parent 021bcd4 commit 27798c1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Updated Poetry to [2.3.2](https://github.com/python-poetry/poetry/releases/tag/2.3.2)
1616
- Updated Gunicorn to [25.0.1](https://github.com/benoitc/gunicorn/releases/tag/25.0.1)
1717
- Replaced the bundled Stylelint configuration with the [Stylelint configuration in TNA Frontend](https://github.com/nationalarchives/tna-frontend/blob/main/stylelint.config.js)
18+
- Updated pip to `26.0`
1819

1920
### Deprecated
2021
### Removed

docker/tna-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ENV PIP_NO_CACHE_DIR=true \
7373
# environment variable at build-time"
7474
# > docs.docker.com/build/building/variables
7575
# ==========================================
76-
ENV PIP_VERSION=25.3 \
76+
ENV PIP_VERSION=26.0 \
7777
POETRY_VERSION=2.3.2 \
7878
NVM_VERSION=0.40.4 \
7979
WSGI_GUNICORN_VERSION=25.0.1 \

0 commit comments

Comments
 (0)