From 774d68524a7dda1db47bd98464a802471a7b131b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:06:09 +0000 Subject: [PATCH] build(deps): update pyicloud requirement from >=2.4.0 to >=2.6.4 Updates the requirements on [pyicloud](https://github.com/timlaing/pyicloud) to permit the latest version. - [Release notes](https://github.com/timlaing/pyicloud/releases) - [Commits](https://github.com/timlaing/pyicloud/compare/2.4.0...2.6.4) --- updated-dependencies: - dependency-name: pyicloud dependency-version: 2.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 156893da..e1c4e0b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ boto3>=1.28.0 paramiko>=3.4.0 # SSH/SFTP implementation for Python (LGPL license) # iCloud Drive -pyicloud>=2.4.0 # Unofficial Apple iCloud API client (MIT license) +pyicloud>=2.6.4 # Unofficial Apple iCloud API client (MIT license) # Evernote evernote3>=1.25.14 # Evernote Cloud API SDK for Python 3 (BSD license)