From 06405cdff22fd76db49395d588bb945bdb72ef9c Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 22 Dec 2024 08:35:59 +0100 Subject: [PATCH] Fix breeze output static checks failure (#45142) 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 +- .../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 201eded307906..5e5db1f26e866 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 274751197daaf..4740b0dc71f4c 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 50a209110af2f..4e7f08454bd4d 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 88358e302b778..d7809e05114e5 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