File tree 6 files changed +10
-10
lines changed 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -437,21 +437,21 @@ repos:
437
437
files : ^docs/apache-airflow/extra-packages-ref\.rst$|^hatch_build.py
438
438
pass_filenames : false
439
439
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']
441
441
- id : check-hatch-build-order
442
442
name : Check order of dependencies in hatch_build.py
443
443
language : python
444
444
files : ^hatch_build.py$
445
445
pass_filenames : false
446
446
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 ']
448
448
- id : update-extras
449
449
name : Update extras in documentation
450
450
entry : ./scripts/ci/pre_commit/insert_extras.py
451
451
language : python
452
452
files : ^contributing-docs/12_airflow_dependencies_and_extras.rst$|^INSTALL$|^airflow/providers/.*/provider\.yaml$|^Dockerfile.*
453
453
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 ']
455
455
- id : check-extras-order
456
456
name : Check order of extras in Dockerfile
457
457
entry : ./scripts/ci/pre_commit/check_order_dockerfile_extras.py
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ARG AIRFLOW_VERSION="2.9.0"
50
50
ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
51
51
52
52
ARG AIRFLOW_PIP_VERSION=24.0
53
- ARG AIRFLOW_UV_VERSION=0.1.32
53
+ ARG AIRFLOW_UV_VERSION=0.1.35
54
54
ARG AIRFLOW_USE_UV="false"
55
55
ARG UV_HTTP_TIMEOUT="300"
56
56
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
Original file line number Diff line number Diff line change @@ -1222,7 +1222,7 @@ ARG DEFAULT_CONSTRAINTS_BRANCH="constraints-main"
1222
1222
ARG AIRFLOW_CI_BUILD_EPOCH="10"
1223
1223
ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
1224
1224
ARG AIRFLOW_PIP_VERSION=24.0
1225
- ARG AIRFLOW_UV_VERSION=0.1.32
1225
+ ARG AIRFLOW_UV_VERSION=0.1.35
1226
1226
ARG AIRFLOW_USE_UV="true"
1227
1227
# Setup PIP
1228
1228
# By default PIP install run without cache to make image smaller
@@ -1246,7 +1246,7 @@ ARG AIRFLOW_VERSION=""
1246
1246
ARG ADDITIONAL_PIP_INSTALL_FLAGS=""
1247
1247
1248
1248
ARG AIRFLOW_PIP_VERSION=24.0
1249
- ARG AIRFLOW_UV_VERSION=0.1.32
1249
+ ARG AIRFLOW_UV_VERSION=0.1.35
1250
1250
ARG AIRFLOW_USE_UV="true"
1251
1251
1252
1252
ENV AIRFLOW_REPO=${AIRFLOW_REPO}\
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
[build-system ]
19
- requires = [" hatchling==1.24.1 " ]
19
+ requires = [" hatchling==1.24.2 " ]
20
20
build-backend = " hatchling.build"
21
21
22
22
[project ]
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ pytest-xdist
5
5
# Requests 3 if it will be released, will be heavily breaking.
6
6
requests >= 2.27.0 ,< 3
7
7
python-on-whales >= 0.70.0
8
- hatchling == 1.24.1
8
+ hatchling == 1.24.2
Original file line number Diff line number Diff line change 24
24
requires = [
25
25
" GitPython==3.1.43" ,
26
26
" gitdb==4.0.11" ,
27
- " hatchling==1.24.1 " ,
27
+ " hatchling==1.24.2 " ,
28
28
" packaging==24.0" ,
29
29
" pathspec==0.12.1" ,
30
- " pluggy==1.4 .0" ,
30
+ " pluggy==1.5 .0" ,
31
31
" smmap==5.0.1" ,
32
32
" tomli==2.0.1; python_version < '3.11'" ,
33
33
" trove-classifiers==2024.4.10" ,
You can’t perform that action at this time.
0 commit comments