Skip to content

Commit c6c10dd

Browse files
committed
Update Python dependencies managed in the Dockerfile
This updates the pip, pipenv, setuptools, and wheel packages that are installed to their latest versions.
1 parent 438be4a commit c6c10dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ ENV CISA_HOME="/home/${CISA_USER}"
2323
ENV VIRTUAL_ENV="${CISA_HOME}/.venv"
2424

2525
# Versions of the Python packages installed directly
26-
ENV PYTHON_PIP_VERSION=23.1.2
27-
ENV PYTHON_PIPENV_VERSION=2023.10.20
28-
ENV PYTHON_SETUPTOOLS_VERSION=67.7.2
29-
ENV PYTHON_WHEEL_VERSION=0.40.0
26+
ENV PYTHON_PIP_VERSION=24.1
27+
ENV PYTHON_PIPENV_VERSION=2024.0.1
28+
ENV PYTHON_SETUPTOOLS_VERSION=70.1.0
29+
ENV PYTHON_WHEEL_VERSION=0.43.0
3030

3131
# Install the dependencies necessary to build the cryptography Python
3232
# package. These are required to build the package if a pre-built wheel

0 commit comments

Comments
 (0)