This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new c5a7e64e797 [v3-1-test] Bump hatch version to 1.15.0 (#56652) (#56659)
c5a7e64e797 is described below
commit c5a7e64e7978e6bab227baed420b9db289ca7e33
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 14:03:27 2025 +0200
[v3-1-test] Bump hatch version to 1.15.0 (#56652) (#56659)
(cherry picked from commit 002ce93f6a8d33a935a9c05d2b1fbc9d3c582bfa)
Co-authored-by: Amogh Desai <[email protected]>
---
dev/breeze/src/airflow_breeze/commands/release_management_commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
index cfee2786c84..a6c90101bef 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -258,7 +258,7 @@ AIRFLOW_USE_UV = False
GITPYTHON_VERSION = "3.1.45"
RICH_VERSION = "14.2.0"
PREK_VERSION = "0.2.8"
-HATCH_VERSION = "1.14.2"
+HATCH_VERSION = "1.15.0"
PYYAML_VERSION = "6.0.3"
# prek environment and this is done with node, no python installation is
needed.