Skip to content

[docker/python] Dependency updates for Spring 2025 #3708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions Backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
############################################################

# Docker multi-stage build
FROM mcr.microsoft.com/dotnet/sdk:8.0.406-jammy AS builder
FROM mcr.microsoft.com/dotnet/sdk:8.0.407-jammy AS builder
WORKDIR /app

# Copy csproj and restore (fetch dependencies) as distinct layers.
Expand All @@ -19,7 +19,7 @@ COPY . ./
RUN dotnet publish -c Release -o build

# Build runtime image.
FROM mcr.microsoft.com/dotnet/aspnet:8.0.13-jammy
FROM mcr.microsoft.com/dotnet/aspnet:8.0.14-jammy

ENV ASPNETCORE_URLS=http://+:5000
ENV COMBINE_IS_IN_CONTAINER=1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
############################################################

# User guide build environment
FROM python:3.12.8-slim-bookworm AS user_guide_builder
FROM python:3.12.9-slim-bookworm AS user_guide_builder

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand All @@ -24,7 +24,7 @@ COPY docs/user_guide docs/user_guide
RUN tox -e user-guide

# Frontend build environment.
FROM node:20.18.1-bookworm-slim AS frontend_builder
FROM node:20.19.0-bookworm-slim AS frontend_builder
WORKDIR /app

# Install app dependencies.
Expand Down
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - Intel/AMD 64-bit
# - ARM 64-bit
############################################################
FROM mongo:7.0.16-jammy
FROM mongo:7.0.18-jammy

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - Intel/AMD 64-bit
############################################################

FROM python:3.12.8-slim-bookworm
FROM python:3.12.9-slim-bookworm

USER root

Expand Down
26 changes: 14 additions & 12 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,38 @@
#
# pip-compile requirements.in
#
ansible==11.1.0
ansible==11.4.0
# via -r requirements.in
ansible-core==2.18.1
ansible-core==2.18.4
# via ansible
cachetools==5.5.0
cachetools==5.5.2
# via google-auth
certifi==2024.8.30
certifi==2025.1.31
# via
# kubernetes
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
cryptography==44.0.0
cryptography==44.0.2
# via
# ansible-core
# pyopenssl
durationpy==0.9
# via kubernetes
google-auth==2.36.0
google-auth==2.38.0
# via kubernetes
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.6
# via
# -r requirements.in
# ansible-core
# jinja2-base64-filters
jinja2-base64-filters==0.1.4
# via -r requirements.in
kubernetes==31.0.0
kubernetes==32.0.1
# via -r requirements.in
markupsafe==3.0.2
# via jinja2
Expand All @@ -49,11 +49,11 @@ pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.1
pyasn1-modules==0.4.2
# via google-auth
pycparser==2.22
# via cffi
pyopenssl==24.3.0
pyopenssl==25.0.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via kubernetes
Expand All @@ -76,7 +76,9 @@ six==1.17.0
# via
# kubernetes
# python-dateutil
urllib3==2.2.3
typing-extensions==4.13.1
# via pyopenssl
urllib3==2.3.0
# via
# kubernetes
# requests
Expand Down
7 changes: 4 additions & 3 deletions deploy/scripts/setup_files/cluster_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ cert-manager:
name: cert-manager
reference: jetstack/cert-manager
namespace: cert-manager
version: v1.12.3
version: v1.17.1
wait: true
override:
installCRDs: true
crds:
enabled: true

nginx-ingress-controller:
repo:
Expand All @@ -67,7 +68,7 @@ rancher-ui:
name: rancher
reference: rancher-stable/rancher
namespace: cattle-system
version: 2.7.6
version: 2.10.4
wait: true
override:
hostname: rancher.thecombine.app
Expand Down
86 changes: 46 additions & 40 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,33 @@
#
# pip-compile dev-requirements.in
#
attrs==24.2.0
attrs==25.3.0
# via
# flake8-bugbear
# flake8-eradicate
babel==2.16.0
babel==2.17.0
# via mkdocs-material
beautifulsoup4==4.12.3
backrefs==5.8
# via mkdocs-material
beautifulsoup4==4.13.3
# via mkdocs-htmlproofer-plugin
black==24.10.0
black==25.1.0
# via -r dev-requirements.in
cachetools==5.5.0
cachetools==5.5.2
# via
# google-auth
# tox
certifi==2024.8.30
certifi==2025.1.31
# via
# kubernetes
# requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# black
# mkdocs
Expand All @@ -39,7 +41,7 @@ colorama==0.4.6
# mkdocs
# mkdocs-material
# tox
cryptography==44.0.0
cryptography==44.0.2
# via
# pyopenssl
# types-pyopenssl
Expand All @@ -51,11 +53,11 @@ durationpy==0.9
# via kubernetes
eradicate==2.3.0
# via flake8-eradicate
filelock==3.16.1
filelock==3.18.0
# via
# tox
# virtualenv
flake8==7.1.1
flake8==7.2.0
# via
# -r dev-requirements.in
# flake8-broken-line
Expand All @@ -65,31 +67,31 @@ flake8==7.1.1
# pep8-naming
flake8-broken-line==1.0.0
# via -r dev-requirements.in
flake8-bugbear==24.10.31
flake8-bugbear==24.12.12
# via -r dev-requirements.in
flake8-comprehensions==3.16.0
# via -r dev-requirements.in
flake8-eradicate==1.5.0
# via -r dev-requirements.in
ghp-import==2.1.0
# via mkdocs
google-auth==2.36.0
google-auth==2.38.0
# via kubernetes
humanfriendly==10.0
# via -r dev-requirements.in
idna==3.10
# via requests
isort==5.13.2
isort==6.0.1
# via -r dev-requirements.in
jinja2==3.1.4
jinja2==3.1.6
# via
# -r dev-requirements.in
# jinja2-base64-filters
# mkdocs
# mkdocs-material
jinja2-base64-filters==0.1.4
# via -r dev-requirements.in
kubernetes==31.0.0
kubernetes==32.0.1
# via -r dev-requirements.in
markdown==3.7
# via
Expand All @@ -116,13 +118,13 @@ mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-htmlproofer-plugin==1.3.0
# via -r dev-requirements.in
mkdocs-material==9.5.47
mkdocs-material==9.6.11
# via -r dev-requirements.in
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-static-i18n==1.2.3
mkdocs-static-i18n==1.3.0
# via -r dev-requirements.in
mypy==1.13.0
mypy==1.15.0
# via -r dev-requirements.in
mypy-extensions==1.0.0
# via
Expand All @@ -146,7 +148,7 @@ pathspec==0.12.1
# mkdocs
pep8-naming==0.14.1
# via -r dev-requirements.in
platformdirs==4.3.6
platformdirs==4.3.7
# via
# black
# mkdocs-get-deps
Expand All @@ -158,23 +160,23 @@ pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.1
pyasn1-modules==0.4.2
# via google-auth
pycodestyle==2.12.1
pycodestyle==2.13.0
# via flake8
pycparser==2.22
# via cffi
pyflakes==3.2.0
pyflakes==3.3.2
# via flake8
pygments==2.18.0
pygments==2.19.1
# via mkdocs-material
pymdown-extensions==10.12
pymdown-extensions==10.14.3
# via mkdocs-material
pymongo==4.10.1
pymongo==4.12.0
# via -r dev-requirements.in
pyopenssl==24.3.0
pyopenssl==25.0.0
# via -r dev-requirements.in
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pyreadline3==3.5.4
# via
Expand All @@ -194,8 +196,6 @@ pyyaml==6.0.2
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2024.11.6
# via mkdocs-material
requests==2.32.3
# via
# kubernetes
Expand All @@ -212,30 +212,36 @@ six==1.17.0
# python-dateutil
soupsieve==2.6
# via beautifulsoup4
tox==4.23.2
tox==4.25.0
# via -r dev-requirements.in
types-cffi==1.16.0.20240331
types-cffi==1.17.0.20250326
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r dev-requirements.in
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via -r dev-requirements.in
types-pyyaml==6.0.12.20240917
types-pyyaml==6.0.12.20250402
# via -r dev-requirements.in
types-requests==2.32.0.20241016
types-requests==2.32.0.20250328
# via -r dev-requirements.in
types-setuptools==75.6.0.20241126
types-setuptools==78.1.0.20250329
# via types-cffi
typing-extensions==4.12.2
# via mypy
urllib3==2.2.3
typing-extensions==4.13.1
# via
# beautifulsoup4
# mypy
# pyopenssl
urllib3==2.3.0
# via
# kubernetes
# requests
# types-requests
virtualenv==20.28.0
virtualenv==20.30.0
# via tox
watchdog==6.0.0
# via mkdocs
websocket-client==1.8.0
# via kubernetes

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading
Loading