Skip to content

Commit 3a9391c

Browse files
committed
Update hatchling to latest version (1.22.5) (#38780)
(cherry picked from commit cd03f7c)
1 parent 35684a8 commit 3a9391c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.22.4', 'tabulate']
440+
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.5', '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.22.4']
447+
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.5']
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.22.4']
454+
additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.5']
455455
- id: check-extras-order
456456
name: Check order of extras in Dockerfile
457457
entry: ./scripts/ci/pre_commit/check_order_dockerfile_extras.py

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.22.4"]
19+
requires = ["hatchling==1.22.5"]
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.22.4
8+
hatchling==1.22.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
requires = [
2525
"GitPython==3.1.43",
2626
"gitdb==4.0.11",
27-
"hatchling==1.22.4",
27+
"hatchling==1.22.5",
2828
"packaging==24.0",
2929
"pathspec==0.12.1",
3030
"pluggy==1.4.0",

0 commit comments

Comments
 (0)