This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a8b2d2eeb Update `pip` to just upgraded 24.1.2 (#40647)
9a8b2d2eeb is described below

commit 9a8b2d2eeb73b83eb93baf4257ac457954e906be
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 8 12:04:36 2024 +0200

    Update `pip` to just upgraded 24.1.2 (#40647)
---
 Dockerfile    | 2 +-
 Dockerfile.ci | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 14c18db80a..949650a0d0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,7 +49,7 @@ ARG AIRFLOW_VERSION="2.9.2"
 
 ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
 
-ARG AIRFLOW_PIP_VERSION=24.1.1
+ARG AIRFLOW_PIP_VERSION=24.1.2
 ARG AIRFLOW_UV_VERSION=0.2.22
 ARG AIRFLOW_USE_UV="false"
 ARG UV_HTTP_TIMEOUT="300"
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 72527bc5b1..a77829fb62 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1271,7 +1271,7 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
 # It can also be overwritten manually by setting the AIRFLOW_CI_BUILD_EPOCH 
environment variable.
 ARG AIRFLOW_CI_BUILD_EPOCH="10"
 ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
-ARG AIRFLOW_PIP_VERSION=24.1.1
+ARG AIRFLOW_PIP_VERSION=24.1.2
 ARG AIRFLOW_UV_VERSION=0.2.22
 ARG AIRFLOW_USE_UV="true"
 # Setup PIP
@@ -1295,7 +1295,7 @@ ARG AIRFLOW_VERSION=""
 # Additional PIP flags passed to all pip install commands except reinstalling 
pip itself
 ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
 
-ARG AIRFLOW_PIP_VERSION=24.1.1
+ARG AIRFLOW_PIP_VERSION=24.1.2
 ARG AIRFLOW_UV_VERSION=0.2.22
 ARG AIRFLOW_USE_UV="true"
 

Reply via email to