From 4d9a26b37458a2017374be6075ae3680e5ef9cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:23:44 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.17.9 to 0.18.10 Bumps ruamel-yaml from 0.17.9 to 0.18.10. --- 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 e86c8aa2f..fc2a21f9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ boto3==1.16.21 pymongo==4.6.3 dnspython==2.6.1 requests==2.32.3 -ruamel.yaml==0.17.9 +ruamel.yaml==0.18.10 semver==2.13.0 rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability setuptools==71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability