This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bca4ac3493 Fix execution data validation error in
`/get_logs_with_metadata` endpoint (#37756)
add f418589e77 Update to latest installer versions. (#37754)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 7 +++
.pre-commit-config.yaml | 10 ++++
Dockerfile | 6 +-
Dockerfile.ci | 6 +-
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output_static-checks.svg | 2 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
docs/docker-stack/build-arg-ref.rst | 4 +-
.../ci/pre_commit/pre_commit_update_installers.py | 65 ++++++++++++++++++++++
scripts/docker/common.sh | 2 +-
11 files changed, 96 insertions(+), 11 deletions(-)
create mode 100755 scripts/ci/pre_commit/pre_commit_update_installers.py