From e70ec8df8cf36e8826da40d00292ed9ba99a949d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:23:57 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.17.9 to 0.18.12 Bumps ruamel-yaml from 0.17.9 to 0.18.12. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.18.12 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 3247df769..e58b2b262 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.12 semver==2.13.0 rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability setuptools==78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability