Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/breeze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT.

---------------------------------------------------------------------------------------------------------

Package config hash: 19b7a69c4b7ef23d1c665286fd7ca1a1d8c28fa9ba8523da6c3e215d8cd7c4bc0406186898a90c92d8e9f527bc8fa8d5c6407f914d7674e59e4981bb3c795e8c
Package config hash: 63f150c89cf47e8a20a044eb3b80cbd900900c11b2c40c2d0c3e70c92b7ca6c003cbde7974901b677410844b209b3eb1c09008b76ea6b8359f606c5a64164d1f

---------------------------------------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions dev/breeze/doc/images/output_run.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_run.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
820a829e6ae777a8625862d010f8e693
d7a9f3a14b884f18599a186f129f976f
6 changes: 3 additions & 3 deletions dev/breeze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ requires-python = "~=3.9"

dependencies = [
"black>=23.11.0",
# TODO: Click 8.2.0 is Python 3.10+ only by mistake (should be ~3.8) so we should limit it
# until this is fixed https://github.com/pallets/click/issues/2896
"click>=8.1.8, <8.2.0",
# There is a bug in Click 8.2.0 and 8.2.1 that makes flag variables do not properly evaluate
# "false"-y values set in environment variables. See https://github.com/pallets/click/issues/2952
"click>=8.1.8,<8.2.0",
"filelock>=3.13.0",
"flit>=3.12.0",
"flit-core>=3.12.0",
Expand Down
Loading