From 076c5ed07cb01a4d6a643af7bb92b3d05058c361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:20:37 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.17.32 to 0.18.5 Bumps [ruamel-yaml]() from 0.17.32 to 0.18.5. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36526f5..ceaedb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.31.0 -ruamel.yaml==0.17.32 +ruamel.yaml==0.18.5 diff --git a/setup.py b/setup.py index c27a8c7..d28f8e5 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,6 @@ def get_version(): ], install_requires=[ 'requests>=2.20.0', - 'ruamel.yaml==0.17.32' + 'ruamel.yaml==0.18.5' ] )