From 0e903319de37db8dc19464094de3e8ae8c5b0d63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:53:14 +0000 Subject: [PATCH] fix(deps): update dependency pyicloud to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bfc2a0..4fae2a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ gimme-iphotos = 'gimme_iphotos:main' [tool.poetry.dependencies] python = "^3.6" -pyicloud = "^0.10.2" +pyicloud = "^1.0.0" tqdm = "^4.45.0" colorama = "^0.4.3"