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

weilee 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 ee4bf894dad CI: Upgrade important CI environment (#61022)
ee4bf894dad is described below

commit ee4bf894dadb8588fa99f44e007522ac61527b3a
Author: Henry Chen <[email protected]>
AuthorDate: Sun Jan 25 17:25:37 2026 +0800

    CI: Upgrade important CI environment (#61022)
---
 .../src/airflow_breeze/commands/release_management_commands.py      | 2 +-
 dev/breeze/uv.lock                                                  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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 12da5ae128a..70909369e0a 100644
--- a/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/release_management_commands.py
@@ -258,7 +258,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