This is an automated email from the ASF dual-hosted git repository.
choo121600 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new 4c7922c fix(deps): update google-auth-oauthlib requirement to >=1.4.0
(#453)
4c7922c is described below
commit 4c7922cfbfe5e492718b7b6fa512c13a401b47d3
Author: Yeonguk Choo <[email protected]>
AuthorDate: Fri Jun 5 16:25:44 2026 +0900
fix(deps): update google-auth-oauthlib requirement to >=1.4.0 (#453)
---
uv.lock | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uv.lock b/uv.lock
index e35ad7d..f1be02d 100644
--- a/uv.lock
+++ b/uv.lock
@@ -573,7 +573,7 @@ dependencies = [
]
[package.metadata]
-requires-dist = [{ name = "google-auth-oauthlib", specifier = ">=1.2" }]
+requires-dist = [{ name = "google-auth-oauthlib", specifier = ">=1.4.0" }]
[[package]]
name = "oauthlib"