Skip to content

Commit 778b1c7

Browse files
⬆️ Update setuptools to v75.2.0 (#268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 676d02b commit 778b1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1313
# Install base system
1414
ARG PYTHON_VERSION="v3.13.0"
1515
ARG PYTHON_PIP_VERSION="24.2"
16-
ARG PYTHON_SETUPTOOLS_VERSION="75.1.0"
16+
ARG PYTHON_SETUPTOOLS_VERSION="75.2.0"
1717
# hadolint ignore=DL3003,DL4006,SC2155
1818
RUN \
1919
apk add --no-cache --virtual .build-dependencies \

0 commit comments

Comments
 (0)