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

eladkal 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 c5efb100f2a [v3-1-test] Update keyring>=25.7.0 (#61529) (#61537)
c5efb100f2a is described below

commit c5efb100f2a458032b12ceff8c8fd40d325c1360
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 19:00:21 2026 +0200

    [v3-1-test] Update keyring>=25.7.0 (#61529) (#61537)
    
    (cherry picked from commit c81e87985f5715405c5192c768b403775c4b7b39)
    
    Co-authored-by: Elad Kalif <[email protected]>
---
 airflow-ctl/pyproject.toml | 2 +-
 dev/pyproject.toml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-ctl/pyproject.toml b/airflow-ctl/pyproject.toml
index bbfeffcd72d..a5b18923f28 100644
--- a/airflow-ctl/pyproject.toml
+++ b/airflow-ctl/pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
     # TODO there could be still missing deps such as airflow-core
     "argcomplete>=1.10",
     "httpx>=0.27.0",
-    "keyring>=25.6.0",
+    "keyring>=25.7.0",
     "lazy-object-proxy>=1.2.0",
     "methodtools>=0.4.7",
     "platformdirs>=4.3.6",
diff --git a/dev/pyproject.toml b/dev/pyproject.toml
index d4c58fa3b88..9a3097c38d0 100644
--- a/dev/pyproject.toml
+++ b/dev/pyproject.toml
@@ -38,7 +38,7 @@ version = "0.0.1"
 dependencies = [
     "click>=8.1.8",
     "jinja2>=3.1.5",
-    "keyring==25.6.0",
+    "keyring==25.7.0",
     "PyGithub>=2.1.1",
     "jsonpath_ng>=1.5.3",
     "jsonschema>=4.19.1",

Reply via email to