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 73eaaedee1 Update build and installer dependencies (#38285)
73eaaedee1 is described below
commit 73eaaedee184d90b7ab7e2f3d7a0009d2216364e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Mar 19 13:10:22 2024 +0100
Update build and installer dependencies (#38285)
---
Dockerfile | 2 +-
Dockerfile.ci | 4 ++--
pyproject.toml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 369fe99315..bd6f5a56cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.8.3"
ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.21
+ARG AIRFLOW_UV_VERSION=0.1.22
ARG AIRFLOW_USE_UV="false"
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
ARG
AIRFLOW_IMAGE_README_URL="https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md"
diff --git a/Dockerfile.ci b/Dockerfile.ci
index b66a96c9f0..8c1227795b 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1199,7 +1199,7 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
ARG AIRFLOW_CI_BUILD_EPOCH="10"
ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.21
+ARG AIRFLOW_UV_VERSION=0.1.22
ARG AIRFLOW_USE_UV="true"
# Setup PIP
# By default PIP install run without cache to make image smaller
@@ -1222,7 +1222,7 @@ ARG AIRFLOW_VERSION=""
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
ARG AIRFLOW_PIP_VERSION=24.0
-ARG AIRFLOW_UV_VERSION=0.1.21
+ARG AIRFLOW_UV_VERSION=0.1.22
ARG AIRFLOW_USE_UV="true"
ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
diff --git a/pyproject.toml b/pyproject.toml
index df2ab8e4c6..d2d72a5fa0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@
requires = [
"GitPython==3.1.42",
"gitdb==4.0.11",
- "hatchling==1.22.2",
+ "hatchling==1.22.3",
"packaging==24.0",
"pathspec==0.12.1",
"pluggy==1.4.0",
@@ -245,7 +245,7 @@ statsd = [
"statsd>=3.3.0",
]
uv = [
- "uv>=0.1.21",
+ "uv>=0.1.22",
]
virtualenv = [
"virtualenv",