Skip to content

Commit f02e7de

Browse files
✨ feat: bump pip dependency from 25.0.1 → 25.3
1 parent 974b535 commit f02e7de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/requirements-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pip==25.0.1 --hash=sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f
1+
pip==25.3 --hash=sha256:7e85e7c30b6b92849fd1cf646e2363a4e29e11fb5cd252d01d9c3b38e9eb37fa

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
COPY requirements.txt ./
2424

2525
# Install dependencies efficiently
26-
RUN pip install --no-cache-dir --upgrade pip==25.0.1 && \
26+
RUN pip install --no-cache-dir --upgrade pip==25.3 && \
2727
pip install --no-cache-dir -r requirements.txt
2828

2929
# Copy the rest of the app source code

0 commit comments

Comments
 (0)