Skip to content

Commit

Permalink
Fix breeze output static checks failure (#45142) (#45147)
Browse files Browse the repository at this point in the history
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 4ab4707)
  • Loading branch information
potiuk authored Dec 22, 2024
1 parent d78e6d6 commit 721ff80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/breeze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---------------------------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_setup.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
08c78d9dddd037a2ade6b751c5a22ff9
ea2ff499fd3c25ef89abaab313d5d04a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d8b4c5d290f72a66c75d9e04a7b27653
3bcf7f64df9056994e00960db1cb1381
2 changes: 1 addition & 1 deletion dev/breeze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 721ff80

Please sign in to comment.