Bump ruamel-yaml from 0.18.5 to 0.18.6 (#2685)

Bumps [ruamel-yaml]() from 0.18.5 to 0.18.6.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2024-02-12 14:35:36 -06:00
committed by GitHub
parent 86c88bc4d1
commit 322d908af6
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -380,13 +380,13 @@ files = [
[[package]]
name = "ruamel-yaml"
version = "0.18.5"
version = "0.18.6"
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"
files = [
{file = "ruamel.yaml-0.18.5-py3-none-any.whl", hash = "sha256:a013ac02f99a69cdd6277d9664689eb1acba07069f912823177c5eced21a6ada"},
{file = "ruamel.yaml-0.18.5.tar.gz", hash = "sha256:61917e3a35a569c1133a8f772e1226961bf5a1198bea7e23f06a0841dea1ab0e"},
{file = "ruamel.yaml-0.18.6-py3-none-any.whl", hash = "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636"},
{file = "ruamel.yaml-0.18.6.tar.gz", hash = "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"},
]
[package.dependencies]
@@ -474,4 +474,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "de98745288db06cd4e1348f6bee5a8ac5a124978a8820edc7a50e74ab825e7bc"
content-hash = "a62929824ca93c105eef188969d888e6b1dee7b0cd757a7536b73cfd73c6e070"
+1 -1
View File
@@ -10,7 +10,7 @@ python = "^3.10"
pyyaml = "^6.0"
jsonschema = "^4.21.1"
requests = "^2.31.0"
ruamel-yaml = "^0.18.5"
ruamel-yaml = "^0.18.6"
[build-system]