From 2cbc45b9843962b2ba8858a8a9b413116cee1670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:23:42 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.16.12 to 0.18.6 Bumps [ruamel-yaml]() from 0.16.12 to 0.18.6. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65990b59..6aef354d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ icloudpy==0.6.0 -ruamel.yaml==0.16.12 +ruamel.yaml==0.18.6 python-magic==0.4.27 requests~=2.28.1