This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 33420d5db97afcd4d537a86bf30b45a683f8e21a Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Dec 12 12:00:34 2022 +0100 Add inputimeout as dependency to breeze-cmd-line pre-commit deps (#28299) (cherry picked from commit 504e2c29ef1ea070291f14d1284de403a433f157) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bcef7889cf..810ac0fc1b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -796,7 +796,7 @@ repos: files: ^BREEZE\.rst$|^dev/breeze/.*$|^\.pre-commit-config\.yaml$ require_serial: true pass_filenames: false - additional_dependencies: ['rich>=12.4.4', 'rich-click>=1.5'] + additional_dependencies: ['rich>=12.4.4', 'rich-click>=1.5', 'inputimeout'] - id: check-example-dags-urls name: Check that example dags url include provider versions entry: ./scripts/ci/pre_commit/pre_commit_update_example_dags_paths.py
