From a5b7d377c74d25a3573c346f05865419082a4d69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:14:50 +0000 Subject: [PATCH] chore(deps): update dependency pip to v24.3.1 Signed-off-by: Renovate Bot --- ansible-lint/Containerfile | 4 ++-- ara-server/Containerfile | 4 ++-- netbox/Containerfile | 2 +- openstackclient/Containerfile | 2 +- seed/Containerfile | 2 +- tempest/Containerfile | 4 ++-- virtualbmc/Containerfile | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ansible-lint/Containerfile b/ansible-lint/Containerfile index 3f1f597..168b4b3 100644 --- a/ansible-lint/Containerfile +++ b/ansible-lint/Containerfile @@ -7,7 +7,7 @@ RUN apt-get update \ build-essential \ gcc \ && mkdir /wheels \ - && python3 -m pip install --no-cache-dir -U 'pip==24.2' \ + && python3 -m pip install --no-cache-dir -U 'pip==24.3.1' \ && python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels --pre -r /requirements.txt FROM python:3.13-slim @@ -18,7 +18,7 @@ COPY files/* / RUN apt-get update \ && apt-get install -y --no-install-recommends \ git \ - && python3 -m pip install --no-cache-dir -U 'pip==24.2' \ + && python3 -m pip install --no-cache-dir -U 'pip==24.3.1' \ && python3 -m pip install --no-cache-dir --no-index --find-links=/wheels --pre -r /requirements.txt \ && ansible-galaxy collection install -r /requirements.yml \ && ansible-galaxy role install -r /requirements.yml \ diff --git a/ara-server/Containerfile b/ara-server/Containerfile index c0e1765..42a1752 100644 --- a/ara-server/Containerfile +++ b/ara-server/Containerfile @@ -13,7 +13,7 @@ RUN apt-get update \ libyaml-dev \ pkg-config \ && mkdir /wheels \ - && python3 -m pip install --no-cache-dir -U 'pip==24.2' \ + && python3 -m pip install --no-cache-dir -U 'pip==24.3.1' \ && python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels --pre -r /requirements.txt \ && python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels "ara[server]" @@ -31,7 +31,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ curl \ libmariadb3 \ - && python3 -m pip install --no-cache-dir -U 'pip==24.2' \ + && python3 -m pip install --no-cache-dir -U 'pip==24.3.1' \ && python3 -m pip install --no-cache-dir --no-index --find-links=/wheels --pre -r /requirements.txt \ && python3 -m pip install --no-cache-dir --no-index --find-links=/wheels "ara[server]" \ && useradd ara-server \ diff --git a/netbox/Containerfile b/netbox/Containerfile index 9560c0a..4ef6aba 100644 --- a/netbox/Containerfile +++ b/netbox/Containerfile @@ -4,7 +4,7 @@ FROM quay.io/netboxcommunity/netbox:${VERSION} COPY requirements.txt /requirements.txt COPY files/launch.sh /opt/netbox/launch.sh -RUN /opt/netbox/venv/bin/python3 -m pip --no-cache-dir install -U 'pip==24.2' \ +RUN /opt/netbox/venv/bin/python3 -m pip --no-cache-dir install -U 'pip==24.3.1' \ && /opt/netbox/venv/bin/python3 -m pip --no-cache-dir install -r /requirements.txt \ && chmod +x /opt/netbox/launch.sh diff --git a/openstackclient/Containerfile b/openstackclient/Containerfile index ad44e5c..5ad7098 100644 --- a/openstackclient/Containerfile +++ b/openstackclient/Containerfile @@ -34,7 +34,7 @@ RUN apk update --no-cache \ done < /requirements.txt \ && sed -i "/^PyYAML===.*$/d" /requirements/upper-constraints.txt \ && echo "PyYAML>6.0.0" >> /packages.txt \ - && pip3 --no-cache-dir install --upgrade 'pip==24.2' \ + && pip3 --no-cache-dir install --upgrade 'pip==24.3.1' \ && pip3 --no-cache-dir install -c /requirements/upper-constraints.txt -r /packages.txt \ && pip3 --no-cache-dir install 'keystoneauth-websso==0.1.1' \ && pip3 --no-cache-dir install setuptools \ diff --git a/seed/Containerfile b/seed/Containerfile index 471f959..0eb2930 100644 --- a/seed/Containerfile +++ b/seed/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache bash openssh-client sshpass \ openssl-dev \ python3-dev \ rust \ - && pip3 --no-cache-dir install --upgrade 'pip==24.2' \ + && pip3 --no-cache-dir install --upgrade 'pip==24.3.1' \ && pip3 --no-cache-dir install -r /requirements.txt \ && ansible-galaxy install -r /requirements.yml \ && mkdir -p /opt/configuration/environments/manager \ diff --git a/tempest/Containerfile b/tempest/Containerfile index b97a858..87bddc6 100644 --- a/tempest/Containerfile +++ b/tempest/Containerfile @@ -2,7 +2,7 @@ FROM python:3.12-slim-bookworm AS pre-gobuild RUN apt-get update RUN apt-get install --no-install-recommends -y build-essential -RUN python3 -m pip install --no-cache-dir --upgrade 'pip==24.2' +RUN python3 -m pip install --no-cache-dir --upgrade 'pip==24.3.1' RUN pip3 install --no-cache-dir octavia-tempest-plugin FROM golang:bookworm AS gobuild @@ -41,7 +41,7 @@ apt-get install --no-install-recommends -y \ build-essential \ iputils-ping \ openssh-client -python3 -m pip install --no-cache-dir --upgrade 'pip==24.2' +python3 -m pip install --no-cache-dir --upgrade 'pip==24.3.1' pip3 install --no-cache-dir -r /requirements.txt # add user diff --git a/virtualbmc/Containerfile b/virtualbmc/Containerfile index 2d292eb..4fc7260 100644 --- a/virtualbmc/Containerfile +++ b/virtualbmc/Containerfile @@ -9,7 +9,7 @@ COPY files/run.sh /run.sh RUN apt-get update \ && apt-get install -y --no-install-recommends python3-dev libvirt-dev pkg-config gcc \ - && python3 -m pip --no-cache-dir install -U 'pip==24.2' \ + && python3 -m pip --no-cache-dir install -U 'pip==24.3.1' \ && python3 -m pip install --no-cache-dir virtualbmc==${VERSION} \ && apt-get remove -y python3-dev libvirt-dev pkg-config gcc \ && rm -rf /var/lib/apt/lists