From bd3344559714ebdd874f7929a6e8eb1ecf3a0816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:48:52 +0000 Subject: [PATCH 1/2] Update requests requirement from ~=2.28.1 to ~=2.32.3 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.32.3) --- updated-dependencies: - dependency-name: requests 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 6aef354d..133330cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ icloudpy==0.6.0 ruamel.yaml==0.18.6 python-magic==0.4.27 -requests~=2.28.1 +requests~=2.32.3 From 7f89fdbf7a841ec7272d80bd79e19785e528ed63 Mon Sep 17 00:00:00 2001 From: Mandar Patil Date: Fri, 6 Dec 2024 16:50:39 -0800 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 133330cc..0642029f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -icloudpy==0.6.0 +icloudpy==0.7.0 ruamel.yaml==0.18.6 python-magic==0.4.27 requests~=2.32.3