From d810481b50a3cedc64d0940afee6e5c5cc3fe916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:24:29 +0100 Subject: [PATCH] Bump ruamel-yaml from 0.18.6 to 0.18.10 (#406) Release notes: https://github.com/commx/ruamel-yaml/blob/master/CHANGES --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 06955912..cd396da7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ python-liquid==1.12.1 # used in endoflife.py to render version templates requests==2.32.3 # used in http.py to make HTTP requests simpler requests-futures==1.0.2 # used in http.py to be able to make async HTTP requests requests-cache==1.2.1 # used in http.py to be able to cache HTTP requests -ruamel.yaml==0.18.6 # used in latest.py +ruamel.yaml==0.18.10 # used in latest.py ruamel.yaml.clib==0.2.8 # used in latest.py soupsieve==2.6 # used in conjunction with beautifulsoup4