This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new be91b42d904 Upgrade import versions of development dependnencies (#55046) be91b42d904 is described below commit be91b42d9044930c991979ffffd69d4e9174d975 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Fri Aug 29 10:15:47 2025 +0200 Upgrade import versions of development dependnencies (#55046) * uv * npm * ruff * prek --- .pre-commit-config.yaml | 2 +- dev/breeze/README.md | 2 +- devel-common/pyproject.toml | 2 +- scripts/ci/prek/check_imports_in_providers.py | 2 +- scripts/ci/prek/ruff_format.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48237954cc5..6947bb96dd7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -419,7 +419,7 @@ repos: types_or: [python, pyi] args: [--fix] require_serial: true - additional_dependencies: ['ruff==0.12.8'] + additional_dependencies: ['ruff==0.12.11'] exclude: ^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$ - id: ruff-format name: Run 'ruff format' diff --git a/dev/breeze/README.md b/dev/breeze/README.md index f157c819b13..b904fbfd90a 100644 --- a/dev/breeze/README.md +++ b/dev/breeze/README.md @@ -135,6 +135,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PREK. --------------------------------------------------------------------------------------------------------- -Package config hash: 509e414f2d0b87037b128a19b17b62996a7d701903b3e498d5e41e261fb57910ea906c25f503abc4b353bfd978bb8e25bd2bb8c4a52f3d2bf662e1010574bcfd +Package config hash: ac55219272c09ba4a28ccb7828f73c00324b2ef211a905d420464711d50c12d42278ce41015d7dc6a6a3e12966e9011800b2c97c30ab0777f32ef942ada6efa2 --------------------------------------------------------------------------------------------------------- diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml index 3f07de7097d..9735b24f083 100644 --- a/devel-common/pyproject.toml +++ b/devel-common/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "kgb>=7.2.0", "requests_mock>=1.11.0", "rich>=13.6.0", - "ruff==0.12.8", + "ruff==0.12.11", "semver>=3.0.2", "time-machine>=2.15.0", "wheel>=0.42.0", diff --git a/scripts/ci/prek/check_imports_in_providers.py b/scripts/ci/prek/check_imports_in_providers.py index 35c1d5b98cd..cce7c2bcedb 100755 --- a/scripts/ci/prek/check_imports_in_providers.py +++ b/scripts/ci/prek/check_imports_in_providers.py @@ -19,7 +19,7 @@ # requires-python = ">=3.10" # dependencies = [ # "rich>=13.6.0", -# "ruff==0.12.8", +# "ruff==0.12.11", # ] # /// from __future__ import annotations diff --git a/scripts/ci/prek/ruff_format.py b/scripts/ci/prek/ruff_format.py index 1d7016209c7..dce001e108b 100755 --- a/scripts/ci/prek/ruff_format.py +++ b/scripts/ci/prek/ruff_format.py @@ -18,7 +18,7 @@ # /// script # requires-python = ">=3.10" # dependencies = [ -# "ruff==0.12.8", +# "ruff==0.12.11", # ] # ///