This is an automated email from the ASF dual-hosted git repository.

jscheffl 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 3a24bb4d841 CI: Upgrade important CI environment (#61030)
3a24bb4d841 is described below

commit 3a24bb4d841ac12dd9580982a119c6a7007c2e11
Author: Wei Lee <[email protected]>
AuthorDate: Sun Jan 25 18:00:46 2026 +0800

    CI: Upgrade important CI environment (#61030)
---
 .pre-commit-config.yaml                                             | 2 +-
 .../src/airflow_breeze/commands/release_management_commands.py      | 2 +-
 dev/breeze/uv.lock                                                  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1f6a0dad88b..a0a8fec4199 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
       - id: check-hooks-apply
         name: Check if all hooks apply to the repository
   - repo: https://github.com/eclipse-csi/octopin
-    rev: 4cf60063ce94dc61e8760462a9b223aa89676544
+    rev: 67eac129b3e1d8ddb47e657bb2fda28c33d948ca  # frozen: v0.1.4
     hooks:
       - id: pin-versions
         name: Pin versions of dependencies in CI workflows (manual)
diff --git 
a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py 
b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
index 310ce247a9b..b57b67f8be9 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -257,7 +257,7 @@ AIRFLOW_PIP_VERSION = "25.3"
 AIRFLOW_UV_VERSION = "0.9.26"
 AIRFLOW_USE_UV = False
 GITPYTHON_VERSION = "3.1.46"
-RICH_VERSION = "14.3.0"
+RICH_VERSION = "14.3.1"
 PREK_VERSION = "0.3.0"
 HATCH_VERSION = "1.16.3"
 PYYAML_VERSION = "6.0.3"
diff --git a/dev/breeze/uv.lock b/dev/breeze/uv.lock
index 3bd38115754..4a80b0f0664 100644
--- a/dev/breeze/uv.lock
+++ b/dev/breeze/uv.lock
@@ -1677,15 +1677,15 @@ wheels = [
 
 [[package]]
 name = "rich"
-version = "14.3.0"
+version = "14.3.1"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "markdown-it-py" },
     { name = "pygments" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/aa/9c/137848452e130e71f3ca9a9876751ddcac99e4b1f248ed297996c8c2d728/rich-14.3.0.tar.gz";,
 hash = 
"sha256:b75e54d3abbcc49137e83e4db54dc86c5e47687eebc95aa0305363231a36e699", size 
= 230113, upload-time = "2026-01-24T12:25:46.336Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/a1/84/4831f881aa6ff3c976f6d6809b58cdfa350593ffc0dc3c58f5f6586780fb/rich-14.3.1.tar.gz";,
 hash = 
"sha256:b8c5f568a3a749f9290ec6bddedf835cec33696bfc1e48bcfecb276c7386e4b8", size 
= 230125, upload-time = "2026-01-24T21:40:44.847Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/fa/e0/83cbdcb81b5cbbbe355648dd402b410437806544f48ee218a2354798f012/rich-14.3.0-py3-none-any.whl";,
 hash = 
"sha256:0b8c1e368c1125b9e993c2d2f1342802525f4853fc6dac2e8e9e88bac0f45bce", size 
= 309950, upload-time = "2026-01-24T12:25:44.679Z" },
+    { url = 
"https://files.pythonhosted.org/packages/87/2a/a1810c8627b9ec8c57ec5ec325d306701ae7be50235e8fd81266e002a3cc/rich-14.3.1-py3-none-any.whl";,
 hash = 
"sha256:da750b1aebbff0b372557426fb3f35ba56de8ef954b3190315eb64076d6fb54e", size 
= 309952, upload-time = "2026-01-24T21:40:42.969Z" },
 ]
 
 [[package]]

Reply via email to