From 3ceb967001a507d790d3b49cceab1219ef1eed63 Mon Sep 17 00:00:00 2001 From: Eric Pheterson Date: Tue, 2 Jun 2026 23:44:09 -0700 Subject: [PATCH] build: bump icloudpy 0.8.0 -> 0.9.0 (fixes headless 2FA push) icloudpy 0.9.0 adds trigger_2fa_push_notification (mandarons/icloudpy#138). The documented `docker exec ... icloud --username` re-auth flow now pushes a 2FA code to the user's trusted devices when two-step auth is required, instead of stalling. Verified end-to-end: code pushed, validated, session trusted. Co-Authored-By: Claude Opus 4.8 (1M context) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fcbe29a3..a6b5764d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -icloudpy==0.8.0 +icloudpy==0.9.0 ruamel.yaml==0.19.1 python-magic==0.4.27 requests~=2.32.3