This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 721ff80b214 Fix breeze output static checks failure (#45142) (#45147)
721ff80b214 is described below

commit 721ff80b2148671446d3926c6759b09042564764
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Dec 22 13:42:16 2024 +0100

    Fix breeze output static checks failure (#45142) (#45147)
    
    The new click 8.1.8 makes the dictionary of options used to
    calculate hash of commands different for setup command. by bumping
    it to minimum 8.1.8 version we make the hash the same for both
    CI and locally installed breeze (click 8.1.8 change in pyproject.toml
    of breeze will force reinstallation of breeze for everyone locally).
    
    (cherry picked from commit 4ab4707a81a103adfa0d9a5bdb90eba23e428b73)
---
 dev/breeze/README.md                                             | 2 +-
 dev/breeze/doc/images/output_setup.txt                           | 2 +-
 dev/breeze/doc/images/output_setup_regenerate-command-images.txt | 2 +-
 dev/breeze/pyproject.toml                                        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index 201eded3079..5e5db1f26e8 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -66,6 +66,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY 
UPDATED BY PRE-COMMIT.
 
 
---------------------------------------------------------------------------------------------------------
 
-Package config hash: 
6895629f7608853a7a16464234a3fc643a0e97a719ad6bba6929c43a17f780d89c909d8c42d1eeefc7e02b427e39a48491af0b1346c2a959f3f2648340be74e4
+Package config hash: 
b2e0a459155b5c685597fdf153589d13ce8730b312bccc5fb8810ced491730649239e07261bb9c7fdbe361a20d3c5497d0ca65dbd2964a2b74cf065d04f710fc
 
 
---------------------------------------------------------------------------------------------------------
diff --git a/dev/breeze/doc/images/output_setup.txt 
b/dev/breeze/doc/images/output_setup.txt
index 274751197da..4740b0dc71f 100644
--- a/dev/breeze/doc/images/output_setup.txt
+++ b/dev/breeze/doc/images/output_setup.txt
@@ -1 +1 @@
-08c78d9dddd037a2ade6b751c5a22ff9
+ea2ff499fd3c25ef89abaab313d5d04a
diff --git a/dev/breeze/doc/images/output_setup_regenerate-command-images.txt 
b/dev/breeze/doc/images/output_setup_regenerate-command-images.txt
index 50a209110af..4e7f08454bd 100644
--- a/dev/breeze/doc/images/output_setup_regenerate-command-images.txt
+++ b/dev/breeze/doc/images/output_setup_regenerate-command-images.txt
@@ -1 +1 @@
-d8b4c5d290f72a66c75d9e04a7b27653
+3bcf7f64df9056994e00960db1cb1381
diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml
index 88358e302b7..d7809e05114 100644
--- a/dev/breeze/pyproject.toml
+++ b/dev/breeze/pyproject.toml
@@ -46,7 +46,7 @@ requires-python = "~=3.8"
 
 dependencies = [
     "black>=23.11.0",
-    "click>=8.1.7",
+    "click>=8.1.8",
     "filelock>=3.13.0",
     #
     # We pin flit in order to make sure reproducibility of provider packages 
is maintained

Reply via email to