build(deps): bump ruamel-yaml from 0.18.12 to 0.18.14 (#112)

Bumps ruamel-yaml from 0.18.12 to 0.18.14.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-version: 0.18.14
  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] 2025-06-10 23:23:31 +08:00 committed by GitHub
parent 3fdf5bf3c2
commit 7fdd558ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1002,14 +1002,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
name = "ruamel-yaml"
version = "0.18.12"
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.12-py3-none-any.whl", hash = "sha256:790ba4c48b6a6e6b12b532a7308779eb12d2aaab3a80fdb8389216f28ea2b287"},
{file = "ruamel.yaml-0.18.12.tar.gz", hash = "sha256:5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2"},
{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]
@ -1327,4 +1327,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.8"
content-hash = "7ebc5eb6dcf1af5195d45138927f929442fb8fa839a5b4b17e97f7c6b00b1e2c"
content-hash = "2962d65e56ec97eb23e4dba6ed02e4bf4ed322134cd508768ca5f1c3c5b9ced2"

View File

@ -19,7 +19,7 @@ xmltodict = "^0.14.2"
pillow = "^10.4.0"
mutagen = "^1.47.0"
colorama = "^0.4.6"
ruamel-yaml = "^0.18.12"
ruamel-yaml = "^0.18.14"
pybind11 = "^2.13.6"
redis = "^6.1.1"
hiredis = "^3.1.0"