Skip to content

Commit

Permalink
Update dependency pip to v24.3.1 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 694c28e commit e0eb1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV VIRTUAL_ENV=/opt/venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="24.3"
ARG PIP_VERSION="24.3.1"

# Set the working directory
WORKDIR /app
Expand All @@ -29,7 +29,7 @@ RUN python3 -m venv ${VIRTUAL_ENV} && \
FROM python:3.13.0-alpine@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="24.3"
ARG PIP_VERSION="24.3.1"

# renovate: datasource=repology depName=alpine_3_20/firefox versioning=loose
ARG FIREFOX_VERSION="131.0.2-r0"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV VIRTUAL_ENV=/opt/venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="24.3"
ARG PIP_VERSION="24.3.1"

# renovate: datasource=repology depName=debian_12/gcc versioning=loose
ARG GCC_VERSION="4:12.2.0-3"
Expand Down Expand Up @@ -97,7 +97,7 @@ FROM python:3.13.0-slim-bookworm@sha256:751d8bece269ba9e672b3f2226050e7e6fb3f3da
ENV DEBIAN_FRONTEND=noninteractive

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="24.3"
ARG PIP_VERSION="24.3.1"

# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
ARG FIREFOX_VERSION="128.3.1esr-1~deb12u1"
Expand Down

0 comments on commit e0eb1b1

Please sign in to comment.