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 cd03f7c8a7 Update hatchling to latest version (1.22.5) (#38780)
cd03f7c8a7 is described below
commit cd03f7c8a748708aa11218baf52d0328d5df8b0d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Apr 5 19:02:10 2024 +0200
Update hatchling to latest version (1.22.5) (#38780)
---
.pre-commit-config.yaml | 6 +++---
clients/python/pyproject.toml | 2 +-
docker_tests/requirements.txt | 2 +-
pyproject.toml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fba071ac86..8b2d08b1ea 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -437,21 +437,21 @@ repos:
files: ^docs/apache-airflow/extra-packages-ref\.rst$|^hatch_build.py
pass_filenames: false
entry: ./scripts/ci/pre_commit/check_extra_packages_ref.py
- additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.4',
'tabulate']
+ additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.5',
'tabulate']
- id: check-hatch-build-order
name: Check order of dependencies in hatch_build.py
language: python
files: ^hatch_build.py$
pass_filenames: false
entry: ./scripts/ci/pre_commit/check_order_hatch_build.py
- additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.4']
+ additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.5']
- id: update-extras
name: Update extras in documentation
entry: ./scripts/ci/pre_commit/insert_extras.py
language: python
files:
^contributing-docs/12_airflow_dependencies_and_extras.rst$|^INSTALL$|^airflow/providers/.*/provider\.yaml$|^Dockerfile.*
pass_filenames: false
- additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.4']
+ additional_dependencies: ['rich>=12.4.4', 'hatchling==1.22.5']
- id: check-extras-order
name: Check order of extras in Dockerfile
entry: ./scripts/ci/pre_commit/check_order_dockerfile_extras.py
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index cda4de256d..303e592e97 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -16,7 +16,7 @@
# under the License.
[build-system]
-requires = ["hatchling==1.22.4"]
+requires = ["hatchling==1.22.5"]
build-backend = "hatchling.build"
[project]
diff --git a/docker_tests/requirements.txt b/docker_tests/requirements.txt
index 78859d317f..dcc7204924 100644
--- a/docker_tests/requirements.txt
+++ b/docker_tests/requirements.txt
@@ -5,4 +5,4 @@ pytest-xdist
# Requests 3 if it will be released, will be heavily breaking.
requests>=2.27.0,<3
python-on-whales>=0.70.0
-hatchling==1.22.4
+hatchling==1.22.5
diff --git a/pyproject.toml b/pyproject.toml
index 621e5f96c3..03a2ce9d66 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@
requires = [
"GitPython==3.1.43",
"gitdb==4.0.11",
- "hatchling==1.22.4",
+ "hatchling==1.22.5",
"packaging==24.0",
"pathspec==0.12.1",
"pluggy==1.4.0",