Skip to content

Commit afefa76

Browse files
potiukephraimbuddy
authored andcommitted
Upgrade to latest build/install dependencies (#39160)
(cherry picked from commit 0d6ffef)
1 parent f7b9749 commit afefa76

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,21 +437,21 @@ repos:
437437
files: ^docs/apache-airflow/extra-packages-ref\.rst$|^hatch_build.py
438438
pass_filenames: false
439439
entry: ./scripts/ci/pre_commit/check_extra_packages_ref.py
440-
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.24.1', 'tabulate']
440+
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.24.2', 'tabulate']
441441
- id: check-hatch-build-order
442442
name: Check order of dependencies in hatch_build.py
443443
language: python
444444
files: ^hatch_build.py$
445445
pass_filenames: false
446446
entry: ./scripts/ci/pre_commit/check_order_hatch_build.py
447-
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.24.1']
447+
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.24.2']
448448
- id: update-extras
449449
name: Update extras in documentation
450450
entry: ./scripts/ci/pre_commit/insert_extras.py
451451
language: python
452452
files: ^contributing-docs/12_airflow_dependencies_and_extras.rst$|^INSTALL$|^airflow/providers/.*/provider\.yaml$|^Dockerfile.*
453453
pass_filenames: false
454-
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.24.1']
454+
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.24.2']
455455
- id: check-extras-order
456456
name: Check order of extras in Dockerfile
457457
entry: ./scripts/ci/pre_commit/check_order_dockerfile_extras.py

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.9.0"
5050
ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
5151

5252
ARG AIRFLOW_PIP_VERSION=24.0
53-
ARG AIRFLOW_UV_VERSION=0.1.32
53+
ARG AIRFLOW_UV_VERSION=0.1.35
5454
ARG AIRFLOW_USE_UV="false"
5555
ARG UV_HTTP_TIMEOUT="300"
5656
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"

Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
12221222
ARG AIRFLOW_CI_BUILD_EPOCH="10"
12231223
ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
12241224
ARG AIRFLOW_PIP_VERSION=24.0
1225-
ARG AIRFLOW_UV_VERSION=0.1.32
1225+
ARG AIRFLOW_UV_VERSION=0.1.35
12261226
ARG AIRFLOW_USE_UV="true"
12271227
# Setup PIP
12281228
# By default PIP install run without cache to make image smaller
@@ -1246,7 +1246,7 @@ ARG AIRFLOW_VERSION=""
12461246
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
12471247

12481248
ARG AIRFLOW_PIP_VERSION=24.0
1249-
ARG AIRFLOW_UV_VERSION=0.1.32
1249+
ARG AIRFLOW_UV_VERSION=0.1.35
12501250
ARG AIRFLOW_USE_UV="true"
12511251

12521252
ENV AIRFLOW_REPO=${AIRFLOW_REPO}\

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
[build-system]
19-
requires = ["hatchling==1.24.1"]
19+
requires = ["hatchling==1.24.2"]
2020
build-backend = "hatchling.build"
2121

2222
[project]

docker_tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pytest-xdist
55
# Requests 3 if it will be released, will be heavily breaking.
66
requests>=2.27.0,<3
77
python-on-whales>=0.70.0
8-
hatchling==1.24.1
8+
hatchling==1.24.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
requires = [
2525
"GitPython==3.1.43",
2626
"gitdb==4.0.11",
27-
"hatchling==1.24.1",
27+
"hatchling==1.24.2",
2828
"packaging==24.0",
2929
"pathspec==0.12.1",
30-
"pluggy==1.4.0",
30+
"pluggy==1.5.0",
3131
"smmap==5.0.1",
3232
"tomli==2.0.1; python_version < '3.11'",
3333
"trove-classifiers==2024.4.10",

0 commit comments

Comments
 (0)