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

eladkal 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 c81e87985f5 Update keyring>=25.7.0 (#61529)
c81e87985f5 is described below

commit c81e87985f5715405c5192c768b403775c4b7b39
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Feb 6 16:48:38 2026 +0200

    Update keyring>=25.7.0 (#61529)
---
 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 b917c804b20..67741244e0b 100644
--- a/airflow-ctl/pyproject.toml
+++ b/airflow-ctl/pyproject.toml
@@ -31,7 +31,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 9f69f4b2144..a87d133cc75 100644
--- a/dev/pyproject.toml
+++ b/dev/pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
     "click>=8.1.8",
     "icalendar>=5.0.0",
     "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