This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 266ab374e16 [v3-1-test] [main] Upgrade important CI environment
(#62200) (#62205)
266ab374e16 is described below
commit 266ab374e16a2de8aa14144595cf0e40b2e91ccd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 16:59:35 2026 +0800
[v3-1-test] [main] Upgrade important CI environment (#62200) (#62205)
(cherry picked from commit f132c8a8b917674b3f5ee57fde35fce24805e49f)
Co-authored-by: Pratiksha <[email protected]>
---
.pre-commit-config.yaml | 2 +-
airflow-core/docs/best-practices.rst | 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 25f541e5f9c..7aa8e0af1e2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -408,7 +408,7 @@ repos:
types_or: [python, pyi]
args: [--fix]
require_serial: true
- additional_dependencies: ['ruff==0.15.1']
+ additional_dependencies: ['ruff==0.15.2']
exclude:
^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$
- id: ruff-format
name: Run 'ruff format'
diff --git a/airflow-core/docs/best-practices.rst
b/airflow-core/docs/best-practices.rst
index 35ebc5236e6..36c55b5347c 100644
--- a/airflow-core/docs/best-practices.rst
+++ b/airflow-core/docs/best-practices.rst
@@ -310,7 +310,7 @@ Installing and Using ruff
.. code-block:: bash
- pip install "ruff>=0.15.1"
+ pip install "ruff>=0.15.2"
2. **Running ruff**: Execute ``ruff`` to check your Dags for potential issues:
diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index 0fba400ec7c..308443f86ff 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.15.1",
+ "ruff==0.15.2",
"semver>=3.0.2",
"typer-slim>=0.15.1",
# limited due to changes needed
https://github.com/apache/airflow/issues/58470
diff --git a/scripts/ci/prek/check_imports_in_providers.py
b/scripts/ci/prek/check_imports_in_providers.py
index 93382c7933a..ed7ee08c765 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,<3.11"
# dependencies = [
# "rich>=13.6.0",
-# "ruff==0.15.1",
+# "ruff==0.15.2",
# ]
# ///
from __future__ import annotations
diff --git a/scripts/ci/prek/ruff_format.py b/scripts/ci/prek/ruff_format.py
index 2fbc31075f8..1607ada3bf7 100755
--- a/scripts/ci/prek/ruff_format.py
+++ b/scripts/ci/prek/ruff_format.py
@@ -18,7 +18,7 @@
# /// script
# requires-python = ">=3.10,<3.11"
# dependencies = [
-# "ruff==0.15.1",
+# "ruff==0.15.2",
# ]
# ///