Bump ruamel-yaml from 0.18.11 to 0.18.14 (#3128)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-15 14:09:35 -04:00
committed by GitHub
parent dbe18a6574
commit 7fa5149925
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -735,14 +735,14 @@ files = [
[[package]]
name = "ruamel-yaml"
version = "0.18.11"
version = "0.18.14"
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "ruamel.yaml-0.18.11-py3-none-any.whl", hash = "sha256:eca06c9fce6ee3220845c4c54e58376586e041a6127e4d1958e12a3142084897"},
{file = "ruamel.yaml-0.18.11.tar.gz", hash = "sha256:b586a3416676566ed45bf679a0909719f7ea7b58c03a9b6e03f905a1e2cd5076"},
{file = "ruamel.yaml-0.18.14-py3-none-any.whl", hash = "sha256:710ff198bb53da66718c7db27eec4fbcc9aa6ca7204e4c1df2f282b6fe5eb6b2"},
{file = "ruamel.yaml-0.18.14.tar.gz", hash = "sha256:7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7"},
]
[package.dependencies]
@@ -903,4 +903,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "5414ef8a353c000108c83da7f5938d45a372eccdc4062e52890fad9c00ccc279"
content-hash = "f89a81bcfbc4b7d6d1b6b95d2739862331e61a497b149115ae796438788da652"
+1 -1
View File
@@ -10,7 +10,7 @@ python = "^3.11"
pyyaml = "^6.0"
jsonschema = "^4.24.0"
requests = "^2.32.4"
ruamel-yaml = "^0.18.11"
ruamel-yaml = "^0.18.14"
pydantic = "^2.11.5"
typer = "^0.16.0"
hypothesis = "^6.135.9"